fix warning

Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit d6ca1cee8b)
This commit is contained in:
Dr. Stephen Henson 2015-03-08 17:31:48 +00:00
parent cb9d5b7b53
commit a67303954c

View File

@ -369,10 +369,10 @@
# define SSL_AEAD 0x00000040L
/* Bits for algorithm_ssl (protocol version) */
# define SSL_SSLV2 0x00000001L
# define SSL_SSLV3 0x00000002L
# define SSL_SSLV2 0x00000001UL
# define SSL_SSLV3 0x00000002UL
# define SSL_TLSV1 SSL_SSLV3/* for now */
# define SSL_TLSV1_2 0x00000004L
# define SSL_TLSV1_2 0x00000004UL
/* Bits for algorithm2 (handshake digests and other extra flags) */