From: Doug MacEachern Date: Thu, 28 Feb 2002 01:41:42 +0000 (+0000) Subject: s/asn1->mtime/asn1->source_mtime/ X-Git-Tag: 2.0.33~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2aa754c2fa08087216f18eb5553a77d6155875ec;p=thirdparty%2Fapache%2Fhttpd.git s/asn1->mtime/asn1->source_mtime/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93619 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_ds.c b/modules/ssl/ssl_engine_ds.c index 7a23f052fd5..39696fa285a 100644 --- a/modules/ssl/ssl_engine_ds.c +++ b/modules/ssl/ssl_engine_ds.c @@ -218,7 +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->source_mtime = 0; /* used as a note for encrypted private keys */ asn1->cpData = NULL; }