Fix compilation with no-ec and/or no-tlsext.
[openssl.git] / ssl / ssl3.h
index 0ae97b42069292103c625441be4f439e421fc85a..5fd02791faa8de4c064fd99f736b2ca0899e1c1c 100644 (file)
@@ -422,6 +422,8 @@ typedef struct ssl3_buffer_st
  * effected, but we can't prevent that.
  */
 #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
 
 #ifndef OPENSSL_NO_SSL_INTERN