Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 566116 Details for
Bug 678430
www-servers/h2o-2.2.5 : /.../neverbleed.c:635:13: error: static declaration of RSA_get0_key follows non-static declaration
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
those offending static declarations are only for openssl < 1.1 - added !defined(libressl_version_number) to that leading "if" statement.
h2o-2.2.5-libressl.patch (text/plain), 364 bytes, created by
pagorman
on 2019-02-22 21:10:15 UTC
(
hide
)
Description:
those offending static declarations are only for openssl < 1.1 - added !defined(libressl_version_number) to that leading "if" statement.
Filename:
MIME Type:
Creator:
pagorman
Created:
2019-02-22 21:10:15 UTC
Size:
364 bytes
patch
obsolete
>--- a/deps/neverbleed/neverbleed.c 2018-05-31 09:57:10.000000000 -0400 >+++ b/deps/neverbleed/neverbleed.c 2019-02-22 15:55:56.509653503 -0500 >@@ -630,7 +630,7 @@ > return 0; > } > >-#if !OPENSSL_1_1_API >+#if !OPENSSL_1_1_API && !defined(LIBRESSL_VERSION_NUMBER) > > static void RSA_get0_key(const RSA *rsa, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) > {
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 678430
:
565950
|
565952
|
565954
|
565956
|
565958
|
565960
|
565962
| 566116