From d40a4f8d8e4a83f48266a359b132ef8d29c7f6e3 Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Thu, 28 Mar 2002 02:51:52 +0000 Subject: [PATCH] remove error msg hint that is no longer true git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94261 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ssl/ssl_engine_init.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/ssl/ssl_engine_init.c b/modules/ssl/ssl_engine_init.c index efb5305f2d..f5450a5293 100644 --- a/modules/ssl/ssl_engine_init.c +++ b/modules/ssl/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(); } -- 2.40.0