Drop cached certificate signature validity flag
[openssl.git] / crypto / x509 / x_x509.c
index 47333217e7ee7def0a3a10612e25c1db174c5356..53a5eb77f976d136706f13eedcb45982a959f4f1 100644 (file)
@@ -90,7 +90,6 @@ static int x509_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
     switch (operation) {
 
     case ASN1_OP_NEW_POST:
-        ret->valid = 0;
         ret->name = NULL;
         ret->ex_flags = 0;
         ret->ex_pathlen = -1;