summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-08-12 18:05:20 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-08-12 18:05:20 +0000
commit3444961787a7205822f7326ae1e062391c8f0bcb (patch)
treeec65b9d7d4e8295280072030713a0a18e1a222e8 /ssl/ssl_lib.c
parent710069c19ee1795dfd614a4ba683d07e1b8e6f81 (diff)
Typo.
Diffstat (limited to 'ssl/ssl_lib.c')
-rw-r--r--ssl/ssl_lib.c2
1 files changed, 1 insertions, 1 deletions
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).
*/