Move the SSL3_CK_CIPHERSUITE_FLAG out of public header
[openssl.git] / ssl / ssl_locl.h
index bceee4c7026f0006fe5762fc4dff5d77689c1d49..077d9d315d0fa1f48fa87b5b996795ef3bc1ad1f 100644 (file)
 
 /* we have used 0000003f - 26 bits left to go */
 
+/* Flag used on OpenSSL ciphersuite ids to indicate they are for SSLv3+ */
+# define SSL3_CK_CIPHERSUITE_FLAG                0x03000000
+
 /* Check if an SSL structure is using DTLS */
 # define SSL_IS_DTLS(s)  (s->method->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS)