FreeBSD Bugzilla – Attachment 201913 Details for
Bug 235506
devel/gsoap: build fail with libressl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn-diff-gsoap-libressl
svn-diff-gsoap-libressl (text/plain), 1.14 KB, created by
Walter Schwarzenfeld
on 2019-02-11 02:37:31 UTC
(
hide
)
Description:
svn-diff-gsoap-libressl
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2019-02-11 02:37:31 UTC
Size:
1.14 KB
patch
obsolete
>Index: files/patch-gsoap_stdsoap2.c >=================================================================== >--- files/patch-gsoap_stdsoap2.c (revision 492665) >+++ files/patch-gsoap_stdsoap2.c (working copy) >@@ -1,4 +1,4 @@ >---- gsoap/stdsoap2.c.orig 2019-01-27 15:50:05 UTC >+--- gsoap/stdsoap2.c.orig 2019-02-11 02:30:27 UTC > +++ gsoap/stdsoap2.c > @@ -4302,7 +4302,7 @@ ssl_auth_init(struct soap *soap) > ERR_clear_error(); >@@ -18,7 +18,19 @@ > if (SSL_CTX_need_tmp_RSA(soap->ctx)) > #endif > { >-@@ -6682,6 +6682,9 @@ soap_bind(struct soap *soap, const char *host, int por >+@@ -4446,9 +4446,11 @@ ssl_auth_init(struct soap *soap) >+ else if ((soap->ssl_flags & SOAP_TLSv1_2)) >+ minv = TLS1_2_VERSION; >+ else if ((soap->ssl_flags & SOAP_TLSv1_3)) >++#if !defined(LIBRESSL_VERSION_NUMBER) >+ minv = TLS1_3_VERSION; >+ if ((soap->ssl_flags & SOAP_TLSv1_3) && OpenSSL_version_num() >= 0x10101000L) >+ maxv = TLS1_3_VERSION; >++#endif >+ else if ((soap->ssl_flags & SOAP_TLSv1_2)) >+ maxv = TLS1_2_VERSION; >+ else if ((soap->ssl_flags & SOAP_TLSv1_1)) >+@@ -6682,6 +6684,9 @@ soap_bind(struct soap *soap, const char > } > #endif > #ifdef TCP_FASTOPEN
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 235506
:
201913
|
201924