summaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2001-08-01 12:06:32 +0200
committerLutz Jänicke <jaenicke@openssl.org>2001-08-01 12:06:32 +0200
commitd92f0bb6e9ed94ac0c3aa0c939f2565f2ed95935 (patch)
tree84b4e52587111d63d5440565672bbf8a6038cdb0 /ssl/ssl.h
parentmake update (diff)
downloadopenssl-d92f0bb6e9ed94ac0c3aa0c939f2565f2ed95935.tar.xz
openssl-d92f0bb6e9ed94ac0c3aa0c939f2565f2ed95935.zip
Remove SSL_OP_NON_EXPORT_FIRST:
It did not work, it was deactivated by #if 0/#endif anyway _and_ we now have the working SSL_OP_CIPHER_SERVER_PREFERENCE.
Diffstat (limited to 'ssl/ssl.h')
-rw-r--r--ssl/ssl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index 8d9c988fae..dc80ae9e43 100644
--- a/ssl/ssl.h
+++ b/ssl/ssl.h
@@ -347,9 +347,7 @@ typedef struct ssl_session_st
#define SSL_OP_PKCS1_CHECK_1 0x08000000L
#define SSL_OP_PKCS1_CHECK_2 0x10000000L
#define SSL_OP_NETSCAPE_CA_DN_BUG 0x20000000L
-/* SSL_OP_NON_EXPORT_FIRST looks utterly broken .. */
-#define SSL_OP_NON_EXPORT_FIRST 0x40000000L
-#define SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG 0x80000000L
+#define SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG 0x40000000L
#define SSL_OP_ALL 0x000FFFFFL
#define SSL_OP_NO_SSLv2 0x01000000L