Searched refs:crldiff (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dcrl.c73 char *infile = NULL, *outfile = NULL, *crldiff = NULL, *keyfile = NULL; local
119 crldiff = opt_arg();
221 if (crldiff) {
227 newcrl = load_crl(crldiff, informat);
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dcrl.c87 char *infile = NULL, *outfile = NULL, *crldiff = NULL, *keyfile = NULL; local
135 crldiff = opt_arg();
259 if (crldiff != NULL) {
265 newcrl = load_crl(crldiff, informat, 0, "other CRL");

Completed in 188 milliseconds