ASN1_time_tm_cmp
return ASN1_time_tm_cmp(&tm1, &tm2);
return ASN1_time_tm_cmp(&tm1, &tm2);
if (ASN1_time_tm_cmp(tm, &broken_os_epoch_tm) == 1)
if (ASN1_time_tm_cmp(&tm_this, &tm_tmp) > 0) {
if (ASN1_time_tm_cmp(&tm_this, &tm_tmp) < 0) {
if (ASN1_time_tm_cmp(&tm_next, &tm_tmp) < 0) {
if (ASN1_time_tm_cmp(&tm_next, &tm_this) < 0) {
int ASN1_time_tm_cmp(struct tm *_tm1, struct tm *_tm2);