Skip to content

Commit 34fda82

Browse files
Add function comment for Windows thread entry function.
1 parent bec342b commit 34fda82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_dh.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ typedef struct {
347347
EVP_PKEY* params;
348348
} DH_KEYGEN_THREAD_VARS;
349349

350+
/* Windows thread entry function which will test private key read access. */
350351
static DWORD WINAPI DhKeyGenThreadFunc(LPVOID arg)
351352
{
352353
DH_KEYGEN_THREAD_VARS* vars = (DH_KEYGEN_THREAD_VARS*)arg;

0 commit comments

Comments
 (0)