cmake: Disable gcrypt ECC.

This commit is contained in:
Andreas Schneider 2012-02-04 20:35:27 +01:00
parent 19f7458ed3
commit 84dfa13fe8

View File

@ -148,8 +148,8 @@ endif (OPENSSL_FOUND)
if (GCRYPT_FOUND)
set(HAVE_LIBGCRYPT 1)
if (GCRYPT_VERSION VERSION_GREATER "1.4.6")
set(HAVE_GCRYPT_ECC 1)
set(HAVE_ECC 1)
#set(HAVE_GCRYPT_ECC 1)
#set(HAVE_ECC 1)
endif (GCRYPT_VERSION VERSION_GREATER "1.4.6")
endif (GCRYPT_FOUND)