1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-01 07:26:57 +03:00

"Oops" has two o's in it. :)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94235 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Cliff Woolley
2002-03-27 21:16:37 +00:00
parent 948cab95a4
commit af9bfbb2b3
2 changed files with 4 additions and 4 deletions

View File

@ -509,7 +509,7 @@ static void ssl_init_verify(server_rec *s,
if (sk_X509_NAME_num(ca_list) == 0) {
ssl_log(s, SSL_LOG_WARN,
"Init: Ops, you want to request client authentication, "
"Init: Oops, you want to request client authentication, "
"but no CAs are known for verification!? "
"[Hint: SSLCACertificate*]");
}
@ -690,7 +690,7 @@ void ssl_init_ConfigureServer(server_rec *s,
if (!ok) {
ssl_log(s, SSL_LOG_ERROR,
"Init: (%s) Ops, no RSA or DSA server certificate found?!",
"Init: (%s) Oops, no RSA or DSA server certificate found?!",
vhost_id);
ssl_log(s, SSL_LOG_ERROR,
"Init: (%s) You have to perform a *full* server restart "
@ -810,7 +810,7 @@ void ssl_init_ConfigureServer(server_rec *s,
if (!ok) {
ssl_log(s, SSL_LOG_ERROR,
"Init: (%s) Ops, no RSA or DSA server private key found?!",
"Init: (%s) Oops, no RSA or DSA server private key found?!",
vhost_id);
ssl_die();
}