Searched refs:nocrl (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dcrl2p7.c101 int ret = 1, nocrl = 0; local
130 } else if (strcmp(*argv, "-nocrl") == 0) {
131 nocrl = 1;
168 " -nocrl no crl to load, just certs from '-certfile'\n");
182 if (!nocrl) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dcrl2p7.c101 int ret = 1, nocrl = 0; local
130 } else if (strcmp(*argv, "-nocrl") == 0) {
131 nocrl = 1;
168 " -nocrl no crl to load, just certs from '-certfile'\n");
182 if (!nocrl) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dcrl2p7.c99 int ret=1,nocrl=0; local
132 else if (strcmp(*argv,"-nocrl") == 0)
134 nocrl=1;
168 BIO_printf(bio_err," -nocrl no crl to load, just certs from '-certfile'\n");
183 if (!nocrl)

Completed in 64 milliseconds