]> git.pld-linux.org Git - packages/libssh.git/blame - openssl3.patch
- up to 0.9.6, fixes CVE-2021-3634
[packages/libssh.git] / openssl3.patch
CommitLineData
63aac5fd
JR
1--- libssh-0.9.6/src/CMakeLists.txt.orig 2021-08-26 14:27:44.000000000 +0200
2+++ libssh-0.9.6/src/CMakeLists.txt 2021-09-29 21:52:22.046826365 +0200
3@@ -225,7 +225,7 @@
4 external/sc25519.c
5 )
6 endif (NOT HAVE_OPENSSL_ED25519)
7- if(OPENSSL_VERSION VERSION_LESS "1.1.0")
8+ if((OPENSSL_VERSION AND OPENSSL_VERSION VERSION_LESS "1.1.0") OR (_OPENSSL_VERSION AND _OPENSSL_VERSION VERSION_LESS "1.1.0"))
9 set(libssh_SRCS ${libssh_SRCS} libcrypto-compat.c)
10 endif()
11 endif (WITH_GCRYPT)
This page took 0.050421 seconds and 4 git commands to generate.