cmake: Enable ECC support for GCrypt 1.5.0 or newer.

This commit is contained in:
Andreas Schneider
2012-02-04 20:10:04 +01:00
parent ddcfe95bbd
commit 3e83bc665f
3 changed files with 9 additions and 2 deletions

View File

@@ -50,6 +50,9 @@
/* Define to 1 if you have eliptic curve cryptography in openssl */
#cmakedefine HAVE_OPENSSL_ECC 1
/* Define to 1 if you have eliptic curve cryptography in gcrypt */
#cmakedefine HAVE_GCRYPT_ECC 1
/* Define to 1 if you have eliptic curve cryptography */
#cmakedefine HAVE_ECC 1