wolfssl
wolfssl copied to clipboard
Replace calls to FreeX509 outside of ExternalFreeX509 with wolfSSL_X509_free.
wolfSSL_X509_free
respects the reference counting mechanism used by
WOLFSSL_X509
s. FreeX509
can be made a static function, only used in ssl.c by
ExternalFreeX509
.