summaryrefslogtreecommitdiffstats
path: root/ssl/ssl3.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-06-05 13:27:11 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-06-05 13:27:11 +0100
commit5111672b8e216f7522de794d80c782df5c78c653 (patch)
tree0266a0479e0d3c66f9c7b18fde7fe6614f03d99d /ssl/ssl3.h
parent410e444b71bca5af929fe82162cbe37e31c82083 (diff)
Update value to use a free bit.
Diffstat (limited to 'ssl/ssl3.h')
-rw-r--r--ssl/ssl3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl3.h b/ssl/ssl3.h
index 82dd76cb6f..f9b10cf9a0 100644
--- 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 0x0080
+#define TLS1_FLAGS_ENCRYPT_THEN_MAC 0x0100
#ifndef OPENSSL_NO_SSL_INTERN