Searched refs:mdays (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/asn1/ |
H A D | a_time.c | 80 static const int mdays[12] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; in ossl_asn1_time_to_tm() local 167 md = mdays[1] + leap_year(tmp.tm_year + 1900); in ossl_asn1_time_to_tm() 169 md = mdays[tmp.tm_mon]; in ossl_asn1_time_to_tm()
|
Completed in 6 milliseconds