return value for printing asn1 time

This commit is contained in:
Jacob Barthelmeh
2017-03-30 17:52:50 -06:00
parent 9a2b1636f9
commit 46a0cedb08

View File

@ -15707,7 +15707,7 @@ static void test_wolfSSL_SESSION(void)
AssertIntEQ(wolfSSL_set_session(ssl, sess), SSL_FAILURE);
wolfSSL_free(ssl);
wolfSSL_SESSION_free(sess);
SSL_SESSION_free(sess);
wolfSSL_CTX_free(ctx);
printf(resultFmt, passed);
#endif