ASN1_TIME_compare
LCRYPTO_ALIAS(ASN1_TIME_compare);
int ASN1_TIME_compare(const ASN1_TIME *t1, const ASN1_TIME *t2);
LCRYPTO_USED(ASN1_TIME_compare);
if (ASN1_TIME_compare(t, tx509) != 0) {
if (ASN1_TIME_compare(t, tx509) != 0) {
asn1_cmp = ASN1_TIME_compare(t1, t2);