Home
last modified time | relevance | path

Searched refs:load_crl (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.bin/openssl/
Dcrl.c215 static X509_CRL *load_crl(char *file, int format);
276 x = load_crl(cfg.infile, cfg.informat); in crl_main()
446 load_crl(char *infile, int format) in load_crl() function