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 50098b1 commit 68f5f12Copy full SHA for 68f5f12
1 file changed
tests/api.c
@@ -27714,7 +27714,6 @@ static int test_wolfSSL_OpenSSL_version(void)
27714
ExpectNotNull(ver = OpenSSL_version(OPENSSL_ENGINES_DIR));
27715
ExpectStrEQ(ver, "ENGINESDIR: N/A");
27716
27717
- /* Test unknown type falls back to version string */
27718
ExpectNotNull(ver = OpenSSL_version(99));
27719
ExpectStrEQ(ver, "not available");
27720
#else
0 commit comments