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

#[no_mangle]
pub extern "C" fn mesalink_sk_X509_push(
    stack_ptr: *mut MESALINK_STACK_MESALINK_X509,
    item_ptr: *const MESALINK_X509
) -> c_int

sk_X509_push - appends ptr to sk.

#include <mesalink/openssl/safestack.h>

int sk_X509_push(STACK_OF(X509) *sk, const X509 *ptr);