From: Eric Covener Date: Fri, 15 May 2015 18:32:00 +0000 (+0000) Subject: fix bld, still SSL_LIBRARY_NAME in this branch. X-Git-Tag: 2.4.13~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a21e5618759c007ab761d09ded643e8ef1866ccd;p=apache 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 --- 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