projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfa34f5
)
fix warning
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 8 Mar 2015 17:31:48 +0000
(17:31 +0000)
committer
Dr. 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
patch
|
blob
|
history
diff --git
a/ssl/ssl_locl.h
b/ssl/ssl_locl.h
index 46ea18a07c834d629fc35758a541049c64ae7ac4..79b85b9ed947de2c59b285c36e5d573032c328f3 100644
(file)
--- a/
ssl/ssl_locl.h
+++ b/
ssl/ssl_locl.h
@@
-370,10
+370,10
@@
# define SSL_AEAD 0x00000040L
/* Bits for algorithm_ssl (protocol version) */
-# define SSL_SSLV2 0x00000001L
-# define SSL_SSLV3 0x00000002L
+# define SSL_SSLV2 0x00000001
U
L
+# define SSL_SSLV3 0x00000002
U
L
# define SSL_TLSV1 SSL_SSLV3/* for now */
-# define SSL_TLSV1_2 0x00000004L
+# define SSL_TLSV1_2 0x00000004
U
L
/* Bits for algorithm2 (handshake digests and other extra flags) */