Skip to content

Commit 8f54ea5

Browse files
committed
Fix build error in prf test
1 parent 5e3c051 commit 8f54ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_tls1_prf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ int test_tls1_prf(void *data)
375375
if (err == 0) {
376376
err = test_tls1_prf_str_md("sha256");
377377
}
378-
#elif defined(WP_HAVE_SHA384
378+
#elif defined(WP_HAVE_SHA384)
379379
if (err == 0) {
380380
err = test_tls1_prf_str_md("sha384");
381381
}

0 commit comments

Comments
 (0)