X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_locl.h;h=077d9d315d0fa1f48fa87b5b996795ef3bc1ad1f;hp=bceee4c7026f0006fe5762fc4dff5d77689c1d49;hb=34f7245ba0a5381867e1ea0b7520106218e5bbb1;hpb=3ae6b5f800a88a8dac109aeb3ea758469ab1cbb8 diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index bceee4c702..077d9d315d 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -348,6 +348,9 @@ /* 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)