]> git.pld-linux.org Git - packages/libssh.git/blob - openssl3.patch
b461a9d6ffe316ee850a13f2ce1f13c3fbe3f62b
[packages/libssh.git] / openssl3.patch
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.052429 seconds and 2 git commands to generate.