make sure external X509 free uses internal free

This commit is contained in:
toddouska
2015-03-03 14:14:33 -08:00
parent 9f37133e67
commit 18e710ce9a

View File

@ -9401,7 +9401,7 @@ WOLFSSL_SESSION* wolfSSL_get1_session(WOLFSSL* ssl) /* what's ref count */
void wolfSSL_X509_free(WOLFSSL_X509* buf)
{
(void)buf;
FreeX509(buf);
}