[][src]Function tabbyssl::libssl::x509::tabby_X509_free

#[no_mangle]pub extern "C" fn tabby_X509_free(x509_ptr: *mut TABBY_X509)

X509_free - free up a X509 structure. If a is NULL nothing is done.

#include <tabbyssl/openssl/x509.h>

void X509_free(X509 *a);