FreeBSD Bugzilla – Attachment 236876 Details for
Bug 266659
www/h2o: fix for building with LibreSSL 3.5.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Updated patch-deps_neverbleed_neverbleed.c
file_266659.txt (text/plain), 759 bytes, created by
Robert Kruus
on 2022-09-27 16:40:33 UTC
(
hide
)
Description:
Updated patch-deps_neverbleed_neverbleed.c
Filename:
MIME Type:
Creator:
Robert Kruus
Created:
2022-09-27 16:40:33 UTC
Size:
759 bytes
patch
obsolete
>--- deps/neverbleed/neverbleed.c.orig 2019-08-12 14:09:44 UTC >+++ deps/neverbleed/neverbleed.c >@@ -45,7 +45,9 @@ > #endif > #include "neverbleed.h" > >-#if (!defined(LIBRESSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 0x1010000fL) >+#if (OPENSSL_VERSION_NUMBER >= 0x1010000fL \ >+ || (defined(LIBRESSL_VERSION_NUMBER) \ >+ && LIBRESSL_VERSION_NUMBER >= 0x3050300fL)) > #define OPENSSL_1_1_API 1 > #else > #define OPENSSL_1_1_API 0 >@@ -630,7 +632,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) || LIBRESSL_VERSION_NUMBER < 0x2070000fL) > > 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 Raw
Actions:
View
Attachments on
bug 266659
:
236876
|
236915