]> granicus.if.org Git - apache/commitdiff
SSL-C doesn't declare the char* file arg const, so we shouldn't either.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 22 Sep 2003 19:26:21 +0000 (19:26 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 22 Sep 2003 19:26:21 +0000 (19:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101303 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_util.c

index f5dbc8796da920cd36faf4fee7ffeefb3179fe96..a0876235819d027cce63e9ba5ee5e33f562fe5bf 100644 (file)
@@ -405,10 +405,10 @@ static int                  lock_num_locks;
 #ifdef HAVE_SSLC
 #if SSLC_VERSION_NUMBER >= 0x2000
 static int ssl_util_thr_lock(int mode, int type,
-                              const char *file, int line)
+                             char *file, int line)
 #else
 static void ssl_util_thr_lock(int mode, int type,
-                              const char *file, int line)
+                              char *file, int line)
 #endif
 #else
 static void ssl_util_thr_lock(int mode, int type,