From: Dr. Stephen Henson Date: Sun, 8 Mar 2015 17:31:48 +0000 (+0000) Subject: fix warning X-Git-Tag: OpenSSL_1_0_0r~14 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f10dfa0757227b317ba11fae99ed7c4d77b4af3e;p=oweals%2Fopenssl.git fix warning Reviewed-by: Richard Levitte (cherry picked from commit d6ca1cee8b6efac5906ac66443d1ca67fe689ff8) Conflicts: ssl/ssl_locl.h --- diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index 9623c65f95..60ad58d2bb 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -358,8 +358,8 @@ # define SSL_GOST89MAC 0x00000008L /* 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 */ /* Bits for algorithm2 (handshake digests and other extra flags) */