Commit f10dfa07 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

fix warning



Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(cherry picked from commit d6ca1cee)

Conflicts:
	ssl/ssl_locl.h
parent 394a30c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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) */