[openssl-commits] [openssl] OpenSSL_1_0_0-stable update
Dr. Stephen Henson
steve at openssl.org
Sun Mar 8 22:46:48 UTC 2015
The branch OpenSSL_1_0_0-stable has been updated
via f10dfa0757227b317ba11fae99ed7c4d77b4af3e (commit)
from 394a30c2f8f68c5d657a9eef9da4941a8e66c0c0 (commit)
- Log -----------------------------------------------------------------
commit f10dfa0757227b317ba11fae99ed7c4d77b4af3e
Author: Dr. Stephen Henson <steve at openssl.org>
Date: Sun Mar 8 17:31:48 2015 +0000
fix warning
Reviewed-by: Richard Levitte <levitte at openssl.org>
(cherry picked from commit d6ca1cee8b6efac5906ac66443d1ca67fe689ff8)
Conflicts:
ssl/ssl_locl.h
-----------------------------------------------------------------------
Summary of changes:
ssl/ssl_locl.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index 9623c65..60ad58d 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) */
More information about the openssl-commits
mailing list