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

#[no_mangle]
pub extern "C" fn mesalink_sk_X509_NAME_num(
    stack_ptr: *const MESALINK_STACK_MESALINK_X509_NAME
) -> c_int
Expand description

sk_X509_NAME_num - returns the number of elements in sk or -1 if sk is NULL..

#include <mesalink/openssl/safestack.h>

int sk_X509_NAME_num(const STACK_OF(X509_NAME) *sk);