[][src]Function tabbyssl::libcrypto::pem::tabby_PEM_read_X509

#[no_mangle]pub extern "C" fn tabby_PEM_read_X509(
    file_ptr: *mut FILE,
    x509_pp: *mut *mut TABBY_X509,
    _cb: *mut c_void,
    _u: *mut c_void
) -> *mut TABBY_X509

PEM_read_X509 reads a X509 certificate from file.

#include <tabbyssl/openssl/pem.h>

X509 *PEM_read_X509(FILE *fp, X509 **x, pem_password_cb *cb, void *u);