Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/apps/
Dca.c256 long crlhours=0; in MAIN() local
441 crlhours= atol(*(++argv)); in MAIN()
1345 if (!crldays && !crlhours) in MAIN()
1351 ENV_DEFAULT_CRL_HOURS, &crlhours)) in MAIN()
1352 crlhours = 0; in MAIN()
1354 if ((crldays == 0) && (crlhours == 0)) in MAIN()
1368 X509_gmtime_adj(tmptm,(crldays*24+crlhours)*60*60); in MAIN()
/mirbsd/src/lib/libssl/src/doc/apps/
Dca.pod22 [B<-crlhours hours>]
221 =item B<-crlhours num>
349 the same as the B<-crlhours> and the B<-crldays> options. These