[][src]Function tabbyssl::libssl::safestack::tabby_sk_X509_push

#[no_mangle]pub extern "C" fn tabby_sk_X509_push(
    stack_ptr: *mut TABBY_STACK_TABBY_X509,
    item_ptr: *const TABBY_X509
) -> c_int

sk_X509_push - appends ptr to sk.

#include <tabbyssl/openssl/safestack.h>

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