FreeBSD Bugzilla – Attachment 180569 Details for
Bug 217549
databases/freetds: Fails with libressl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Redefine OPENSSL_VERSION in header file
patch-src_tds_sec__negotiate__openssl.h (text/plain), 387 bytes, created by
Robert Kruus
on 2017-03-06 17:15:33 UTC
(
hide
)
Description:
Redefine OPENSSL_VERSION in header file
Filename:
MIME Type:
Creator:
Robert Kruus
Created:
2017-03-06 17:15:33 UTC
Size:
387 bytes
patch
obsolete
>--- src/tds/sec_negotiate_openssl.h.orig 2017-03-06 16:07:14 UTC >+++ src/tds/sec_negotiate_openssl.h >@@ -37,6 +37,11 @@ > #error HAVE_OPENSSL not defines, this file should not be included > #endif > >+#ifdef LIBRESSL_VERSION_NUMBER >+#undef OPENSSL_VERSION_NUMBER >+#define OPENSSL_VERSION_NUMBER 0x1000107fL >+#endif >+ > static inline const BIGNUM* > rsa_get_n(const RSA *rsa) > {
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 217549
:
180521
|
180568
| 180569