From a21e5618759c007ab761d09ded643e8ef1866ccd Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 15 May 2015 18:32:00 +0000 Subject: [PATCH] fix bld, still SSL_LIBRARY_NAME in this branch. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ssl/ssl_engine_config.c b/modules/ssl/ssl_engine_config.c index 756ff227b5..284accaae0 100644 --- a/modules/ssl/ssl_engine_config.c +++ b/modules/ssl/ssl_engine_config.c @@ -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 -- 2.40.0