From: Dr. Stephen Henson Date: Sun, 12 Aug 2007 18:05:20 +0000 (+0000) Subject: Typo. X-Git-Tag: OpenSSL_0_9_8k^2~748 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3444961787a7205822f7326ae1e062391c8f0bcb;p=oweals%2Fopenssl.git Typo. --- diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c index 7fc60e46ec..17caf6679f 100644 --- a/ssl/ssl_lib.c +++ b/ssl/ssl_lib.c @@ -1372,7 +1372,7 @@ err: } -#ifndef OPENSSL_TLSEXT +#ifndef OPENSSL_NO_TLSEXT /** return a servername extension value if provided in Client Hello, or NULL. * So far, only host_name types are defined (RFC 3546). */