Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 557742 Details for
Bug 672632
net-wireless/wpa_supplicant-2.7 : tls_openssl.c:(.text+<snip>): undefined reference to ASN1_STRING_get0_data
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix
wpa_supplicant-2.7-libressl.patch (text/plain), 324 bytes, created by
TSM
on 2018-12-13 19:30:40 UTC
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
TSM
Created:
2018-12-13 19:30:40 UTC
Size:
324 bytes
patch
obsolete
>--- a/src/crypto/tls_openssl.c >+++ b/src/crypto/tls_openssl.c >@@ -103,8 +103,8 @@ > #endif /* OPENSSL_NEED_EAP_FAST_PRF */ > > #endif >- >-#if OPENSSL_VERSION_NUMBER < 0x10100000L >+#if (OPENSSL_VERSION_NUMBER < 0x10100000L || \ >+ defined(LIBRESSL_VERSION_NUMBER)) > #ifdef CONFIG_SUITEB > static int RSA_bits(const RSA *r) > {
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 672632
:
557158
|
557160
|
557162
|
557164
|
557166
| 557742 |
557744