From: Jeff Trawick Date: Fri, 21 Jun 2002 14:30:23 +0000 (+0000) Subject: reword an error message X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a4c0ca1a314feb031d145600f86982e12e4bc79;p=thirdparty%2Fapache%2Fhttpd.git reword an error message git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@95835 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/ssl_engine_rand.c b/ssl_engine_rand.c index c65f309004e..6d033d4bbfe 100644 --- a/ssl_engine_rand.c +++ b/ssl_engine_rand.c @@ -162,7 +162,7 @@ int ssl_rand_seed(server_rec *s, apr_pool_t *p, ssl_rsctx_t nCtx, char *prefix) if (RAND_status() == 0) ap_log_error(APLOG_MARK, APLOG_WARNING, 0, s, - "%sPRNG still contains not sufficient entropy!", prefix); + "%sPRNG still contains insufficient entropy!", prefix); return nDone; }