FreeBSD Bugzilla – Attachment 191741 Details for
Bug 226852
lang/ruby25: fix build with LibreSSL 2.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
ruby25.patch (text/plain), 1.65 KB, created by
Piotr Kubaj
on 2018-03-22 19:06:45 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-03-22 19:06:45 UTC
Size:
1.65 KB
patch
obsolete
>Index: files/patch-ext_openssl_openssl__missing.h >=================================================================== >--- files/patch-ext_openssl_openssl__missing.h (nonexistent) >+++ files/patch-ext_openssl_openssl__missing.h (working copy) >@@ -0,0 +1,28 @@ >+--- ext/openssl/openssl_missing.h.orig 2018-03-22 19:37:19 UTC >++++ ext/openssl/openssl_missing.h >+@@ -72,6 +72,9 @@ void ossl_HMAC_CTX_free(HMAC_CTX *); >+ #if !defined(HAVE_X509_STORE_SET_EX_DATA) >+ # define X509_STORE_set_ex_data(x, idx, data) \ >+ CRYPTO_set_ex_data(&(x)->ex_data, (idx), (data)) >++#endif >++ >++#if !defined(HAVE_X509_STORE_GET_EX_NEW_INDEX) >+ # define X509_STORE_get_ex_new_index(l, p, newf, dupf, freef) \ >+ CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_X509_STORE, (l), (p), \ >+ (newf), (dupf), (freef)) >+@@ -145,6 +148,7 @@ void ossl_X509_REQ_get0_signature(const >+ #endif >+ >+ #if !defined(HAVE_OPAQUE_OPENSSL) >++#if defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2070000fL >+ #define IMPL_PKEY_GETTER(_type, _name) \ >+ static inline _type *EVP_PKEY_get0_##_type(EVP_PKEY *pkey) { \ >+ return pkey->pkey._name; } >+@@ -196,6 +200,7 @@ IMPL_PKEY_GETTER(EC_KEY, ec) >+ #undef IMPL_PKEY_GETTER >+ #undef IMPL_KEY_ACCESSOR2 >+ #undef IMPL_KEY_ACCESSOR3 >++#endif >+ #endif /* HAVE_OPAQUE_OPENSSL */ >+ >+ #if !defined(EVP_CTRL_AEAD_GET_TAG) > >Property changes on: files/patch-ext_openssl_openssl__missing.h >___________________________________________________________________ >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 226852
: 191741 |
192051
|
192101