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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/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 36 milliseconds