Skip to content

Commit 5eeba61

Browse files
authored
Merge pull request #79 from ColtonWilley/wp_tls_prf_test_build_fix
Fix build error in prf test
2 parents 41b5f60 + 8f54ea5 commit 5eeba61

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)