summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-01-01 20:51:10 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2022-01-01 21:25:55 +0000
commit78a84fffe5361f4585abb3ee931bb4561065dc6b (patch)
tree15618eef521affbc8bcffa00b7ce03dbc5d4a8c7 /src
parent93f8e1523677abe2d413997fa758792384602b3a (diff)
OpenSSL: typo in logging
Diffstat (limited to 'src')
-rw-r--r--src/src/tls-openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/tls-openssl.c b/src/src/tls-openssl.c
index 0d692c79e..627be433c 100644
--- a/src/src/tls-openssl.c
+++ b/src/src/tls-openssl.c
@@ -2522,7 +2522,7 @@ if (!(bs = OCSP_response_get1_basic(rsp)))
{
tls_out.ocsp = OCSP_FAILED;
DEBUG(D_tls) ERR_print_errors(bp);
- log_write(0, LOG_MAIN, "Server OSCP dates invalid");
+ log_write(0, LOG_MAIN, "OCSP dates invalid");
goto failed;
}