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

/opensolaris-onvv-gate/usr/src/common/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 98 milliseconds