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:
410e444
)
Update value to use a free bit.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 5 Jun 2014 12:27:11 +0000
(13:27 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 5 Jun 2014 12:27:11 +0000
(13:27 +0100)
ssl/ssl3.h
patch
|
blob
|
history
diff --git
a/ssl/ssl3.h
b/ssl/ssl3.h
index 82dd76cb6fc3d3840ecf6a41cf35c69f2d4a0625..f9b10cf9a0d1ae2c89d67a763e0f05a90cff96d5 100644
(file)
--- a/
ssl/ssl3.h
+++ b/
ssl/ssl3.h
@@
-441,7
+441,7
@@
typedef struct ssl3_buffer_st
*/
#define SSL3_FLAGS_SGC_RESTART_DONE 0x0040
/* Set if we encrypt then mac instead of usual mac then encrypt */
-#define TLS1_FLAGS_ENCRYPT_THEN_MAC 0x0
08
0
+#define TLS1_FLAGS_ENCRYPT_THEN_MAC 0x0
10
0
#ifndef OPENSSL_NO_SSL_INTERN