summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-01-27 11:58:04 +0000
committerMatt Caswell <matt@openssl.org>2017-01-30 10:18:24 +0000
commit34f7245ba0a5381867e1ea0b7520106218e5bbb1 (patch)
tree709589a5c5baca561eaa7d651449bc95ce599e73 /include
parent3ae6b5f800a88a8dac109aeb3ea758469ab1cbb8 (diff)
Move the SSL3_CK_CIPHERSUITE_FLAG out of public header
The newly added SSL3_CK_CIPHERSUITE_FLAG shouldn't be in a public header file Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2259)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/ssl3.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/openssl/ssl3.h b/include/openssl/ssl3.h
index 79f9b7eac2..8d146be19b 100644
--- a/include/openssl/ssl3.h
+++ b/include/openssl/ssl3.h
@@ -25,9 +25,6 @@
extern "C" {
#endif
-/* Flag used on OpenSSL ciphersuite ids to indicate they are for SSLv3+ */
-# define SSL3_CK_CIPHERSUITE_FLAG 0x03000000
-
/*
* Signalling cipher suite value from RFC 5746
* (TLS_EMPTY_RENEGOTIATION_INFO_SCSV)