Skip to content

Commit

Permalink
Fix a typo in an error string.
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Nordberg committed Mar 3, 2011
1 parent 0db04b4 commit a951e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tlscommon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a951e84

Please sign in to comment.