diff options
author | Ben Laurie <ben@openssl.org> | 2010-09-05 19:14:01 +0200 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 2010-09-05 19:14:01 +0200 |
commit | bf48836c7c0f43fd4cabde2721537f0914cfb0f4 (patch) | |
tree | 9d873391a1525a1695c0798dcccb0ec728e1822d /ssl/tls1.h | |
parent | NPN tests. (diff) | |
download | openssl-bf48836c7c0f43fd4cabde2721537f0914cfb0f4.tar.xz openssl-bf48836c7c0f43fd4cabde2721537f0914cfb0f4.zip |
Fixes to NPN from Adam Langley.
Diffstat (limited to 'ssl/tls1.h')
-rw-r--r-- | ssl/tls1.h | 2 |
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 |