fix warning
authorDr. Stephen Henson <steve@openssl.org>
Sun, 8 Mar 2015 17:31:48 +0000 (17:31 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 8 Mar 2015 17:31:48 +0000 (17:31 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/ssl_locl.h

index 46ea18a07c834d629fc35758a541049c64ae7ac4..79b85b9ed947de2c59b285c36e5d573032c328f3 100644 (file)
 # 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) */