From: Doug MacEachern Date: Thu, 28 Mar 2002 02:51:52 +0000 (+0000) Subject: remove error msg hint that is no longer true X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61fae7c89566c7b8e55fb368fbf0cdc847b2abfe;p=thirdparty%2Fapache%2Fhttpd.git remove error msg hint that is no longer true git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@94261 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/ssl_engine_init.c b/ssl_engine_init.c index efb5305f2d5..f5450a52937 100644 --- a/ssl_engine_init.c +++ b/ssl_engine_init.c @@ -843,9 +843,6 @@ static void ssl_init_server_certs(server_rec *s, if (!(have_rsa || have_dsa)) { ssl_log(s, SSL_LOG_ERROR|SSL_INIT, "Oops, no RSA or DSA server certificate found?!"); - ssl_log(s, SSL_LOG_ERROR|SSL_INIT, - "You have to perform a *full* server restart " - "when you added or removed a certificate and/or key file"); ssl_die(); }