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

#[no_mangle]
pub extern "C" fn mesalink_X509_NAME_free(
    x509_name_ptr: *mut MESALINK_X509_NAME
)
Expand description

X509_NAME_free - free up a X509_NAME structure. If a is NULL nothing is done.

#include <mesalink/openssl/x509.h>

void X509_free(X509 *a);