From: Jeff Trawick Date: Fri, 21 Jun 2002 14:30:23 +0000 (+0000) Subject: reword an error message X-Git-Tag: 2.0.40~421 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b61237dec0997203185c94534a61ae07a81ea6f7;p=apache reword an error message git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95835 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_rand.c b/modules/ssl/ssl_engine_rand.c index c65f309004..6d033d4bbf 100644 --- a/modules/ssl/ssl_engine_rand.c +++ b/modules/ssl/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; }