aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2012-02-04 20:10:04 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-02-04 20:25:07 +0100
commit3e83bc665f8e4f2f003fb641548c3e6399741550 (patch)
tree8b260ede421cc311bb55b7908c840f7d26302355 /config.h.cmake
parentddcfe95bbd8daf1775847e38c4f1db3e358e2c23 (diff)
downloadlibssh-3e83bc665f8e4f2f003fb641548c3e6399741550.tar.gz
libssh-3e83bc665f8e4f2f003fb641548c3e6399741550.tar.xz
libssh-3e83bc665f8e4f2f003fb641548c3e6399741550.zip
cmake: Enable ECC support for GCrypt 1.5.0 or newer.
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 67a6b20..03843e3 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -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