#include <stdio.h>
#include <time.h>
#include <errno.h>
#include "cryptlib.h"
#include <openssl/lhash.h>
#include <openssl/buffer.h>
#include <openssl/x509.h>
#include <openssl/pem.h>
Go to the source code of this file.
int X509_load_cert_crl_file |
( |
X509_LOOKUP * |
ctx, |
|
|
const char * |
file, |
|
|
int |
type |
|
) |
| |
int X509_load_cert_file |
( |
X509_LOOKUP * |
ctx, |
|
|
const char * |
file, |
|
|
int |
type |
|
) |
| |
int X509_load_crl_file |
( |
X509_LOOKUP * |
ctx, |
|
|
const char * |
file, |
|
|
int |
type |
|
) |
| |
Initial value:=
{
"Load file into cache",
NULL,
NULL,
NULL,
NULL,
by_file_ctrl,
NULL,
NULL,
NULL,
NULL,
}
Definition at line 73 of file by_file.c.