FreeBSD Bugzilla – Attachment 210208 Details for
Bug 242863
www/h2o: Fails to build with security/libressl 3.0.2: error: static declaration of 'RSA_*' follows non-static declaration
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn-diff-h2o-libressl
svn-diff-h2o-libressl (text/plain), 1.23 KB, created by
Walter Schwarzenfeld
on 2019-12-24 23:13:35 UTC
(
hide
)
Description:
svn-diff-h2o-libressl
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2019-12-24 23:13:35 UTC
Size:
1.23 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 520822) >+++ Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTNAME= h2o > DISTVERSIONPREFIX= v > DISTVERSION= 2.2.6 >+PORTREVISION= 1 > CATEGORIES= www > > MAINTAINER= dch@FreeBSD.org >Index: files/patch-deps_neverbleed-neverbleed.c >=================================================================== >--- files/patch-deps_neverbleed-neverbleed.c (nonexistent) >+++ files/patch-deps_neverbleed-neverbleed.c (working copy) >@@ -0,0 +1,11 @@ >+--- deps/neverbleed/neverbleed.c.orig 2019-12-24 22:26:48 UTC >++++ deps/neverbleed/neverbleed.c >+@@ -630,7 +630,7 @@ static int sign_stub(struct expbuf_t *buf) >+ 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) >+ { > >Property changes on: files/patch-deps_neverbleed-neverbleed.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 242863
:
210208
|
210225
|
210249
|
210656