summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-01-10 14:58:17 +0000
committerMatt Caswell <matt@openssl.org>2017-01-30 09:36:55 +0000
commit0386aad1ab472a4059da85131cceca15aab5ebae (patch)
tree3f58d1c74e4f67798f62d6cb097a2b0de2644676 /include
parent97997489748c79466bc18789e1f44d742887a32d (diff)
Remove use of the SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS flag
This flag is never set by anything so remove it. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2259)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/ssl3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/ssl3.h b/include/openssl/ssl3.h
index c005440f82..8d146be19b 100644
--- a/include/openssl/ssl3.h
+++ b/include/openssl/ssl3.h
@@ -256,6 +256,7 @@ extern "C" {
*/
# define SSL3_CT_NUMBER 9
+/* No longer used as of OpenSSL 1.1.1 */
# define SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS 0x0001
/* Removed from OpenSSL 1.1.0 */