aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-09-30 14:39:18 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2016-11-14 16:20:51 +0100
commit9d170c18bc04d4e83d09d9f9d19c7b372c86dd15 (patch)
tree846dd28ae114a560c7fdb0dfaf159d4b228a5257 /configure.ac
parentbd0aa66e454246a1781c27f6d82273e62e121110 (diff)
downloadstrongswan-9d170c18bc04d4e83d09d9f9d19c7b372c86dd15.tar.bz2
strongswan-9d170c18bc04d4e83d09d9f9d19c7b372c86dd15.tar.xz
configure: Enable curve25519 plugin by default
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 079be839b..769c38c05 100644
--- a/configure.ac
+++ b/configure.ac
@@ -133,7 +133,7 @@ ARG_DISBL_SET([fips-prf], [disable FIPS PRF software implementation plugin
ARG_ENABL_SET([gcm], [enables the GCM AEAD wrapper crypto plugin.])
ARG_ENABL_SET([gcrypt], [enables the libgcrypt plugin.])
ARG_DISBL_SET([gmp], [disable GNU MP (libgmp) based crypto implementation plugin.])
-ARG_ENABL_SET([curve25519], [enable Curve25519 Diffie-Hellman plugin.])
+ARG_DISBL_SET([curve25519], [disable Curve25519 Diffie-Hellman plugin.])
ARG_DISBL_SET([hmac], [disable HMAC crypto implementation plugin.])
ARG_ENABL_SET([md4], [enable MD4 software implementation plugin.])
ARG_DISBL_SET([md5], [disable MD5 software implementation plugin.])