forked from wolfSSL/wolfssl
return value for printing asn1 time
This commit is contained in:
@ -15707,7 +15707,7 @@ static void test_wolfSSL_SESSION(void)
|
|||||||
AssertIntEQ(wolfSSL_set_session(ssl, sess), SSL_FAILURE);
|
AssertIntEQ(wolfSSL_set_session(ssl, sess), SSL_FAILURE);
|
||||||
wolfSSL_free(ssl);
|
wolfSSL_free(ssl);
|
||||||
|
|
||||||
wolfSSL_SESSION_free(sess);
|
SSL_SESSION_free(sess);
|
||||||
wolfSSL_CTX_free(ctx);
|
wolfSSL_CTX_free(ctx);
|
||||||
printf(resultFmt, passed);
|
printf(resultFmt, passed);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user