summaryrefslogtreecommitdiffstats
path: root/ssl/tls1.h
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2010-09-05 17:14:01 +0000
committerBen Laurie <ben@openssl.org>2010-09-05 17:14:01 +0000
commitbf48836c7c0f43fd4cabde2721537f0914cfb0f4 (patch)
tree9d873391a1525a1695c0798dcccb0ec728e1822d /ssl/tls1.h
parentd9a268b9f903588e4d89e18bea76107ce78109c0 (diff)
Fixes to NPN from Adam Langley.
Diffstat (limited to 'ssl/tls1.h')
-rw-r--r--ssl/tls1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/tls1.h b/ssl/tls1.h
index c1b6546941..0a8d4f75ff 100644
--- a/ssl/tls1.h
+++ b/ssl/tls1.h
@@ -208,7 +208,7 @@ extern "C" {
/* Temporary extension type */
#define TLSEXT_TYPE_renegotiate 0xff01
-#ifndef OPENSSL_NO_NPN
+#ifndef OPENSSL_NO_NEXTPROTONEG
/* This is not an IANA defined extension number */
#define TLSEXT_TYPE_next_proto_neg 13172
#endif