diff options
Diffstat (limited to 'crypto/openssl/ssl/ssl3.h')
-rw-r--r-- | crypto/openssl/ssl/ssl3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/openssl/ssl/ssl3.h b/crypto/openssl/ssl/ssl3.h index cb8b249..bcb853f 100644 --- a/crypto/openssl/ssl/ssl3.h +++ b/crypto/openssl/ssl/ssl3.h @@ -399,6 +399,7 @@ typedef struct ssl3_buffer_st * effected, but we can't prevent that. */ #define SSL3_FLAGS_SGC_RESTART_DONE 0x0040 +#define SSL3_FLAGS_CCS_OK 0x0080 #ifndef OPENSSL_NO_SSL_INTERN |