Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F155119548
D37045.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D37045.id.diff
View Options
diff --git a/security/libssh2/files/patch-src_openssl.h b/security/libssh2/files/patch-src_openssl.h
new file mode 100644
--- /dev/null
+++ b/security/libssh2/files/patch-src_openssl.h
@@ -0,0 +1,12 @@
+--- src/openssl.h.orig 2022-10-17 08:18:24 UTC
++++ src/openssl.h
+@@ -57,8 +57,7 @@
+ #include <openssl/pem.h>
+ #include <openssl/rand.h>
+
+-#if OPENSSL_VERSION_NUMBER >= 0x10100000L && \
+- !defined(LIBRESSL_VERSION_NUMBER)
++#if OPENSSL_VERSION_NUMBER >= 0x10100000L
+ # define HAVE_OPAQUE_STRUCTS 1
+ #endif
+
diff --git a/security/libssh2/files/patch-src_openssl.c b/security/libssh2/files/patch-src_openssl.c
new file mode 100644
--- /dev/null
+++ b/security/libssh2/files/patch-src_openssl.c
@@ -0,0 +1,12 @@
+--- src/openssl.c.orig 2022-10-17 08:20:24 UTC
++++ src/openssl.c
+@@ -653,8 +653,7 @@ _libssh2_EVP_aes_256_ctr(void)
+
+ void _libssh2_openssl_crypto_init(void)
+ {
+-#if OPENSSL_VERSION_NUMBER >= 0x10100000L && \
+- !defined(LIBRESSL_VERSION_NUMBER)
++#if OPENSSL_VERSION_NUMBER >= 0x10100000L
+ #ifndef OPENSSL_NO_ENGINE
+ ENGINE_load_builtin_engines();
+ ENGINE_register_all_complete();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, May 2, 12:41 PM (18 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32577380
Default Alt Text
D37045.id.diff (1 KB)
Attached To
Mode
D37045: security/libssh2: Fix build with libressl-3.5
Attached
Detach File
Event Timeline
Log In to Comment