aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-02-05 17:13:46 +0000
committerMatt Caswell <matt@openssl.org>2015-02-26 23:22:46 +0000
commit7a4dadc3a6a487db92619622b820eb4f7be512c9 (patch)
tree7f8a5a041266e8781afbb537a60c44700b75f8f6 /ssl/ssl.h
parentf7812493a0da6b740274135ce340ff7505027057 (diff)
downloadopenssl-7a4dadc3a6a487db92619622b820eb4f7be512c9.tar.gz
Removed support for SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG. Also removed
the "-hack" option from s_server that set this option. Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'ssl/ssl.h')
-rw-r--r--ssl/ssl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index 13fb053ffc..160d37c437 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -480,7 +480,8 @@ typedef int (*custom_ext_parse_cb) (SSL *s, unsigned int ext_type,
/* Removed as of OpenSSL 1.1.0 */
# define SSL_OP_NETSCAPE_CA_DN_BUG 0x0
-# define SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG 0x40000000L
+/* Removed as of OpenSSL 1.1.0 */
+# define SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG 0x0L
/*
* Make server add server-hello extension from early version of cryptopro
* draft, when GOST ciphersuite is negotiated. Required for interoperability