mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-05 20:55:46 +03:00
cmake: Disable gcrypt ECC.
This commit is contained in:
@@ -148,8 +148,8 @@ endif (OPENSSL_FOUND)
|
|||||||
if (GCRYPT_FOUND)
|
if (GCRYPT_FOUND)
|
||||||
set(HAVE_LIBGCRYPT 1)
|
set(HAVE_LIBGCRYPT 1)
|
||||||
if (GCRYPT_VERSION VERSION_GREATER "1.4.6")
|
if (GCRYPT_VERSION VERSION_GREATER "1.4.6")
|
||||||
set(HAVE_GCRYPT_ECC 1)
|
#set(HAVE_GCRYPT_ECC 1)
|
||||||
set(HAVE_ECC 1)
|
#set(HAVE_ECC 1)
|
||||||
endif (GCRYPT_VERSION VERSION_GREATER "1.4.6")
|
endif (GCRYPT_VERSION VERSION_GREATER "1.4.6")
|
||||||
endif (GCRYPT_FOUND)
|
endif (GCRYPT_FOUND)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user