Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 743685 Details for
Bug 805161
net-libs/serf - dev-vcs/subversion-1.14.1: fails to build with dev-libs/openssl-3.0.0_beta2 (/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../lib64/libserf-1.so: undefined reference to `ERR_GET_FUNC')
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libserf-1.3.9-errgetfunc.patch
libserf-1.3.9-errgetfunc.patch (text/plain), 312 bytes, created by
Perfect Gentleman
on 2021-10-07 07:39:46 UTC
(
hide
)
Description:
libserf-1.3.9-errgetfunc.patch
Filename:
MIME Type:
Creator:
Perfect Gentleman
Created:
2021-10-07 07:39:46 UTC
Size:
312 bytes
patch
obsolete
>--- serf-1.3.9/buckets/ssl_buckets.c.errgetfunc >+++ serf-1.3.9/buckets/ssl_buckets.c >@@ -1204,6 +1204,10 @@ > } > } > >+#ifndef ERR_GET_FUNC >+#define ERR_GET_FUNC(ec) (0) >+#endif >+ > static int ssl_need_client_cert(SSL *ssl, X509 **cert, EVP_PKEY **pkey) > { > serf_ssl_context_t *ctx = SSL_get_app_data(ssl);
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 805161
:
728070
| 743685