Skip to content

Commit 62f4023

Browse files
committed
Merge branch 'topic/ssl-remove-TLS_DH_anon_WITH_AES_256_GCM_SHA384'
* topic/ssl-remove-TLS_DH_anon_WITH_AES_256_GCM_SHA384: ssl: remove OpenSSL::ExtConfig::TLS_DH_anon_WITH_AES_256_GCM_SHA384
2 parents 6daa9a3 + c0357ec commit 62f4023

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ext/openssl/ossl_ssl.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2453,12 +2453,6 @@ Init_ossl_ssl(void)
24532453

24542454
rb_define_const(mSSLExtConfig, "HAVE_TLSEXT_HOST_NAME", Qtrue);
24552455

2456-
#ifdef TLS_DH_anon_WITH_AES_256_GCM_SHA384
2457-
rb_define_const(mSSLExtConfig, "TLS_DH_anon_WITH_AES_256_GCM_SHA384", Qtrue);
2458-
#else
2459-
rb_define_const(mSSLExtConfig, "TLS_DH_anon_WITH_AES_256_GCM_SHA384", Qfalse);
2460-
#endif
2461-
24622456
/*
24632457
* A callback invoked whenever a new handshake is initiated. May be used
24642458
* to disable renegotiation entirely.

0 commit comments

Comments
 (0)