We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec342b commit 34fda82Copy full SHA for 34fda82
test/test_dh.c
@@ -347,6 +347,7 @@ typedef struct {
347
EVP_PKEY* params;
348
} DH_KEYGEN_THREAD_VARS;
349
350
+/* Windows thread entry function which will test private key read access. */
351
static DWORD WINAPI DhKeyGenThreadFunc(LPVOID arg)
352
{
353
DH_KEYGEN_THREAD_VARS* vars = (DH_KEYGEN_THREAD_VARS*)arg;
0 commit comments