Function mesalink::libssl::safestack::mesalink_sk_X509_NAME_free[][src]

#[no_mangle]
pub extern "C" fn mesalink_sk_X509_NAME_free(
    stack_ptr: *mut MESALINK_STACK_MESALINK_X509_NAME
)
Expand description

sk_X509_NAME_free - frees up the sk structure. After this call sk is no longer valid.

#include <mesalink/openssl/safestack.h>

void sk_X509_NAME_free(const STACK_OF(X509_NAME) *sk);