FreeBSD Bugzilla – Attachment 199524 Details for
Bug 233480
www/serf: Update LibreSSL patch
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for www/serf
patch-www_serf-LibreSSL2.7 (text/plain), 931 bytes, created by
Bernard Spil
on 2018-11-24 20:28:20 UTC
(
hide
)
Description:
svn diff for www/serf
Filename:
MIME Type:
Creator:
Bernard Spil
Created:
2018-11-24 20:28:20 UTC
Size:
931 bytes
patch
obsolete
>Index: www/serf/files/patch-buckets_ssl__buckets.c >=================================================================== >--- www/serf/files/patch-buckets_ssl__buckets.c (revision 485697) >+++ www/serf/files/patch-buckets_ssl__buckets.c (working copy) >@@ -1,11 +1,11 @@ > --- buckets/ssl_buckets.c.orig 2016-06-30 15:45:07 UTC > +++ buckets/ssl_buckets.c >-@@ -52,7 +52,7 @@ >- #define APR_ARRAY_PUSH(ary,type) (*((type *)apr_array_push(ary))) >+@@ -1156,7 +1156,7 @@ static void init_ssl_libraries(void) >+ } > #endif > >--#if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 0x10100000L >-+#if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) >- #define USE_OPENSSL_1_1_API >- #endif >- >+-#ifdef USE_OPENSSL_1_1_API >++#if defined(USE_OPENSSL_1_1_API) && !defined(LIBRESSL_VERSION_NUMBER) >+ OPENSSL_malloc_init(); >+ #else >+ CRYPTO_malloc_init();
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 233480
: 199524