]> granicus.if.org Git - apache/commitdiff
* modules/ssl/ssl_engine_config.c: Remove unused macro.
authorJoe Orton <jorton@apache.org>
Tue, 8 Apr 2008 14:22:47 +0000 (14:22 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 8 Apr 2008 14:22:47 +0000 (14:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@645941 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_config.c

index 1a9ed212ebd7dc9500e3ef5dd823a0b6f2ab6325..3d595879c983599b5f78ce3371ef761616909517 100644 (file)
@@ -944,9 +944,6 @@ const char *ssl_cmd_SSLVerifyDepth(cmd_parms *cmd,
     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)