Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ more supported methods for the SSL protocol.
1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/ssl/methods.c b/ssl/methods.c
index c846143277..a7ae074bfd 100644
index 0709883..38cb033 100644
--- a/ssl/methods.c
+++ b/ssl/methods.c
@@ -215,17 +215,29 @@ const SSL_METHOD *TLSv1_client_method(void)
# ifndef OPENSSL_NO_SSL3_METHOD
@@ -228,17 +228,29 @@ const SSL_METHOD *TLSv1_client_method(void)
#ifndef OPENSSL_NO_SSL3_METHOD
const SSL_METHOD *SSLv3_method(void)
{
+# ifdef OPENSSL_NO_SSL3
Expand All @@ -56,10 +56,10 @@ index c846143277..a7ae074bfd 100644
return sslv3_client_method();
+# endif
}
# endif
#endif

@@ -249,17 +261,17 @@ const SSL_METHOD *DTLSv1_2_client_method(void)
# ifndef OPENSSL_NO_DTLS1_METHOD
@@ -262,17 +274,17 @@ const SSL_METHOD *DTLSv1_2_client_method(void)
#ifndef OPENSSL_NO_DTLS1_METHOD
const SSL_METHOD *DTLSv1_method(void)
{
- return dtlsv1_method();
Expand All @@ -77,8 +77,8 @@ index c846143277..a7ae074bfd 100644
- return dtlsv1_client_method();
+ return DTLS_client_method();
}
# endif
#endif

--
2.25.1
2.45.4

This file was deleted.

This file was deleted.

Loading
Loading