[][src]Function mesalink::libcrypto::pem::mesalink_PEM_read_X509

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

PEM_read_X509 reads a X509 certificate from file.

#include <mesalink/openssl/pem.h>

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