1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

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
This commit is contained in:
Doug MacEachern
2002-03-28 02:51:52 +00:00
parent 5a392794c4
commit d40a4f8d8e

View File

@@ -843,9 +843,6 @@ static void ssl_init_server_certs(server_rec *s,
if (!(have_rsa || have_dsa)) { if (!(have_rsa || have_dsa)) {
ssl_log(s, SSL_LOG_ERROR|SSL_INIT, ssl_log(s, SSL_LOG_ERROR|SSL_INIT,
"Oops, no RSA or DSA server certificate found?!"); "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(); ssl_die();
} }