summaryrefslogtreecommitdiffstats
path: root/ssl/tls1.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-11-11 14:51:29 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-11-11 14:51:29 +0000
commit73582b811730cc6417e43c8b03084fbd3780bdf2 (patch)
treef5b7098bfb7cb817e77b34e84b06df069b5f786e /ssl/tls1.h
parent5c33091cfa4ef2130994a17c9772ddc4793176ab (diff)
add missing parts of reneg port, fix apps patch
Diffstat (limited to 'ssl/tls1.h')
-rw-r--r--ssl/tls1.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ssl/tls1.h b/ssl/tls1.h
index a55ffd634b..b3cc8f098b 100644
--- a/ssl/tls1.h
+++ b/ssl/tls1.h
@@ -201,6 +201,9 @@ extern "C" {
# define TLSEXT_TYPE_opaque_prf_input ?? */
#endif
+/* Temporary extension type */
+#define TLSEXT_TYPE_renegotiate 0xff01
+
/* NameType value from RFC 3546 */
#define TLSEXT_NAMETYPE_host_name 0
/* status request value from RFC 3546 */