]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
apr-utils rename apr_ansi_time_to_apr_time and
authorIan Holsman <ianh@apache.org>
Wed, 6 Mar 2002 17:55:38 +0000 (17:55 +0000)
committerIan Holsman <ianh@apache.org>
Wed, 6 Mar 2002 17:55:38 +0000 (17:55 +0000)
apr_exploded_time_t.

PR:
Obtained from:
Submitted by: Thom May <thom@planetarytramp.net>
Reviewed by: Ian Holsman

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@93733 13f79535-47bb-0310-9956-ffa450edef68

ssl_engine_log.c

index f367ccb6959b51847e983e668710b403e7881e51..223671782ff9969f931557b33419ca5d9447738f 100644 (file)
@@ -170,7 +170,7 @@ void ssl_log(server_rec *s, int level, const char *msg, ...)
     char str[1024];
     char *nstr;
     apr_size_t len;
-    apr_exploded_time_t t;
+    apr_time_exp_t t;
     va_list ap;
     int add;
     int i;