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

#[no_mangle]pub extern "C" fn tabby_sk_X509_free(stack_ptr: *mut TABBY_STACK_TABBY_X509)

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

#include <tabbyssl/openssl/safestack.h>

void sk_X509_free(const STACK_OF(X509) *sk);