FreeBSD Bugzilla – Attachment 193786 Details for
Bug 228344
net/qt5-network: fails update to 5.11.2 with libressl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
changed patch
patch-src_network_ssl_qsslsocket__openssl__symbols__p.h (text/plain), 1.04 KB, created by
Eugene
on 2018-05-28 13:48:33 UTC
(
hide
)
Description:
changed patch
Filename:
MIME Type:
Creator:
Eugene
Created:
2018-05-28 13:48:33 UTC
Size:
1.04 KB
patch
obsolete
>Boilerplate for SSL_CTX_set1_groups() used in qsslcontext_openssl.cpp. >--- src/network/ssl/qsslsocket_openssl_symbols_p.h.orig 2017-11-30 13:49:46 UTC >+++ src/network/ssl/qsslsocket_openssl_symbols_p.h >@@ -232,7 +232,7 @@ BIO *q_BIO_new_mem_buf(void *a, int b); > int q_BIO_read(BIO *a, void *b, int c); > Q_AUTOTEST_EXPORT int q_BIO_write(BIO *a, const void *b, int c); > int q_BN_num_bits(const BIGNUM *a); >-#if OPENSSL_VERSION_NUMBER >= 0x10100000L >+#if !defined(BN_is_word) || defined(LIBRESSL_VERSION_NUMBER) > int q_BN_is_word(BIGNUM *a, BN_ULONG w); > #else > // BN_is_word is implemented purely as a >@@ -454,6 +454,9 @@ void q_EC_KEY_free(EC_KEY *ecdh); > size_t q_EC_get_builtin_curves(EC_builtin_curve *r, size_t nitems); > #if OPENSSL_VERSION_NUMBER >= 0x10002000L > int q_EC_curve_nist2nid(const char *name); >+#if defined(LIBRESSL_VERSION_NUMBER) >+int q_SSL_CTX_set1_groups(SSL_CTX *a, int *b, int c); >+#endif // defined(LIBRESSL_VERSION_NUMBER) > #endif // OPENSSL_VERSION_NUMBER >= 0x10002000L > #endif // OPENSSL_NO_EC > #if OPENSSL_VERSION_NUMBER >= 0x10002000L >
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 228344
:
193533
|
193536
|
193559
|
193786
|
196989
|
196994
|
198438
|
198440
|
198490
|
198491
|
198600
|
198607
|
198610
|
198611
|
198618