PR: 2103
[openssl.git] / crypto / x509 / x509_vfy.c
index 514573325e2c64a5d351ce545e1fffafa369b340..87ebf62525cad5e2579d6708a47859a2945b7e45 100644 (file)
@@ -1727,6 +1727,7 @@ int X509_cmp_time(const ASN1_TIME *ctm, time_t *cmp_time)
                        offset= -offset;
                }
        atm.type=ctm->type;
+       atm.flags = 0;
        atm.length=sizeof(buff2);
        atm.data=(unsigned char *)buff2;