]> granicus.if.org Git - apache/commitdiff
fix bld, still SSL_LIBRARY_NAME in this branch.
authorEric Covener <covener@apache.org>
Fri, 15 May 2015 18:32:00 +0000 (18:32 +0000)
committerEric Covener <covener@apache.org>
Fri, 15 May 2015 18:32:00 +0000 (18:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1679617 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_config.c

index 756ff227b5f610f069bd66ff9aea83b6182adf6e..284accaae074c93c69c9cf40f9ebd8eede0c6c08 100644 (file)
@@ -611,7 +611,7 @@ const char *ssl_cmd_SSLRandomSeed(cmd_parms *cmd,
         seed->cpPath = ap_server_root_relative(mc->pPool, arg2+4);
 #else
         return apr_pstrcat(cmd->pool, "Invalid SSLRandomSeed entropy source `",
-                           arg2, "': This version of " MODSSL_LIBRARY_NAME
+                           arg2, "': This version of " SSL_LIBRARY_NAME
                            " does not support the Entropy Gathering Daemon "
                            "(EGD).", NULL);
 #endif