wolfssl icon indicating copy to clipboard operation
wolfssl copied to clipboard

Replace calls to FreeX509 outside of ExternalFreeX509 with wolfSSL_X509_free.

Open haydenroche5 opened this issue 3 years ago • 0 comments

wolfSSL_X509_free respects the reference counting mechanism used by WOLFSSL_X509s. FreeX509 can be made a static function, only used in ssl.c by ExternalFreeX509.

haydenroche5 avatar Sep 02 '21 21:09 haydenroche5