]> granicus.if.org Git - apache/commitdiff
initialize ssl_asn1_t.mtime to 0
authorDoug MacEachern <dougm@apache.org>
Thu, 28 Feb 2002 01:36:04 +0000 (01:36 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 28 Feb 2002 01:36:04 +0000 (01:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93617 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_ds.c

index 403fdc45ec32299c37ca5c9672b052d975ba51df..7a23f052fd5ba8797061cd9c2a92a2714984cda2 100644 (file)
@@ -218,6 +218,7 @@ unsigned char *ssl_asn1_table_set(apr_hash_t *table,
     }
     else {
         asn1 = malloc(sizeof(*asn1));
+        asn1->mtime = 0; /* used as a note for encrypted private keys */
         asn1->cpData = NULL;
     }