Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 523520 Details for
Bug 630692
net-p2p/transmission-2.92: openssl-1.1.0 patch
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
net-p2p/transmission-2.93: openssl-1.1.0 patch
transmission-2.93-openssl-1.1.patch (text/plain), 579 bytes, created by
Yuriy Ilinykh
on 2018-03-11 16:09:47 UTC
(
hide
)
Description:
net-p2p/transmission-2.93: openssl-1.1.0 patch
Filename:
MIME Type:
Creator:
Yuriy Ilinykh
Created:
2018-03-11 16:09:47 UTC
Size:
579 bytes
patch
obsolete
>diff --git a/libtransmission/crypto-utils-openssl.c b/libtransmission/crypto-utils-openssl.c >index c4539dccb..9fd2c58a5 100644 >--- a/libtransmission/crypto-utils-openssl.c >+++ b/libtransmission/crypto-utils-openssl.c >@@ -48,7 +49,12 @@ log_openssl_error (const char * file, > static bool strings_loaded = false; > if (!strings_loaded) > { >+#if OPENSSL_VERSION_NUMBER < 0x10100000 > ERR_load_crypto_strings (); >+#else >+ OPENSSL_init_crypto (OPENSSL_INIT_LOAD_CRYPTO_STRINGS, NULL); >+#endif >+ > strings_loaded = true; > } > #endif
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 630692
:
494012
| 523520