From a951e8483abcc57f8ba42d6ad1bed56e7bb1e56a Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 3 Mar 2011 10:43:09 +0100 Subject: Fix a typo in an error string. --- tlscommon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tlscommon.c b/tlscommon.c index 6739f03..8a8c2b7 100644 --- a/tlscommon.c +++ b/tlscommon.c @@ -231,7 +231,7 @@ static SSL_CTX *tlscreatectx(uint8_t type, struct tls *conf) { if (sslversion < 0x00908100L || (sslversion >= 0x10000000L && sslversion < 0x10000020L)) { - debug(DBG_WARN, "%s: %s seems to be of a version with a " + debug(DBG_WARN, "%s: %s seems to be of a version with a " "certain security critical bug (fixed in OpenSSL 0.9.8p and " "1.0.0b). Disabling OpenSSL session caching for context %p.", __func__, SSLeay_version(SSLEAY_VERSION), ctx); -- cgit v1.1