Searched refs:UNSET_DAYS (Results 1 – 2 of 2) sorted by relevance
33 #define UNSET_DAYS -2 /* -1 may be used for testing expiration checks */ macro288 int days = UNSET_DAYS; /* not explicitly set */ in x509_main()392 if (days <= UNSET_DAYS) { in x509_main()632 if (preserve_dates && days != UNSET_DAYS) { in x509_main()636 if (days == UNSET_DAYS) in x509_main()
48 #define UNSET_DAYS -2 /* -1 may be used for testing expiration checks */ macro270 int days = UNSET_DAYS; in req_main()440 if (days <= UNSET_DAYS) { in req_main()515 if (days != UNSET_DAYS) in req_main()828 if (days == UNSET_DAYS) in req_main()
Completed in 21 milliseconds