Skip to content

Commit 68f5f12

Browse files
committed
Remove old comment
1 parent 50098b1 commit 68f5f12

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/api.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27714,7 +27714,6 @@ static int test_wolfSSL_OpenSSL_version(void)
2771427714
ExpectNotNull(ver = OpenSSL_version(OPENSSL_ENGINES_DIR));
2771527715
ExpectStrEQ(ver, "ENGINESDIR: N/A");
2771627716

27717-
/* Test unknown type falls back to version string */
2771827717
ExpectNotNull(ver = OpenSSL_version(99));
2771927718
ExpectStrEQ(ver, "not available");
2772027719
#else

0 commit comments

Comments
 (0)