Home
last modified time | relevance | path

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

/openssl-master/apps/
A Dx509.c32 #define UNSET_DAYS -2 /* -1 is used for testing expiration checks */ macro
279 int days = UNSET_DAYS; /* not explicitly set */ in x509_main()
604 if (preserve_dates && days != UNSET_DAYS) { in x509_main()
608 if (days == UNSET_DAYS) in x509_main()
A Dreq.c47 #define UNSET_DAYS -2 /* -1 may be used for testing expiration checks */ macro
258 int days = UNSET_DAYS; in req_main()
484 if (days != UNSET_DAYS) in req_main()
817 if (days == UNSET_DAYS) { in req_main()

Completed in 7 milliseconds