You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2008/04/08 16:22:48 UTC

svn commit: r645941 - /httpd/httpd/trunk/modules/ssl/ssl_engine_config.c

Author: jorton
Date: Tue Apr  8 07:22:47 2008
New Revision: 645941

URL: http://svn.apache.org/viewvc?rev=645941&view=rev
Log:
* modules/ssl/ssl_engine_config.c: Remove unused macro.

Modified:
    httpd/httpd/trunk/modules/ssl/ssl_engine_config.c

Modified: httpd/httpd/trunk/modules/ssl/ssl_engine_config.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/ssl_engine_config.c?rev=645941&r1=645940&r2=645941&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/ssl/ssl_engine_config.c (original)
+++ httpd/httpd/trunk/modules/ssl/ssl_engine_config.c Tue Apr  8 07:22:47 2008
@@ -944,9 +944,6 @@
     return NULL;
 }
 
-#define MODSSL_NO_SHARED_MEMORY_ERROR \
-    "SSLSessionCache: shared memory cache not useable on this platform"
-
 const char *ssl_cmd_SSLSessionCache(cmd_parms *cmd,
                                     void *dcfg,
                                     const char *arg)