Update value to use a free bit.

This commit is contained in:
Dr. Stephen Henson 2014-06-05 13:27:11 +01:00
parent 410e444b71
commit 5111672b8e

View File

@ -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