]> granicus.if.org Git - apache/commitdiff
remove error msg hint that is no longer true
authorDoug MacEachern <dougm@apache.org>
Thu, 28 Mar 2002 02:51:52 +0000 (02:51 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 28 Mar 2002 02:51:52 +0000 (02:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94261 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_init.c

index efb5305f2d559994b9d87131bfffac9dc9c84f5e..f5450a52937fe0ee2dea63a395bbe65f19d74830 100644 (file)
@@ -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();
     }