[][src]Function mesalink::libssl::x509::mesalink_X509_free

#[no_mangle]
pub extern "C" fn mesalink_X509_free(x509_ptr: *mut MESALINK_X509)

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

#include <mesalink/openssl/x509.h>

void X509_free(X509 *a);