diff options
author | Martin Willi <martin@revosec.ch> | 2015-05-29 22:42:04 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2015-07-12 13:54:08 +0200 |
commit | 6f913def3c199c18f062315c4cb015e573f0e899 (patch) | |
tree | db4cc073818514d650f2712dacfdb6469d450998 /testing/scripts | |
parent | c6d60f4808bc1eb1ee25e53e717e29da4c43b408 (diff) | |
download | strongswan-6f913def3c199c18f062315c4cb015e573f0e899.tar.bz2 strongswan-6f913def3c199c18f062315c4cb015e573f0e899.tar.xz |
testing: Build with --enable-chapoly
Diffstat (limited to 'testing/scripts')
-rw-r--r-- | testing/scripts/recipes/013_strongswan.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/scripts/recipes/013_strongswan.mk b/testing/scripts/recipes/013_strongswan.mk index d58de95bf..9f7c86fc0 100644 --- a/testing/scripts/recipes/013_strongswan.mk +++ b/testing/scripts/recipes/013_strongswan.mk @@ -77,6 +77,7 @@ CONFIG_OPTS = \ --enable-ccm \ --enable-gcm \ --enable-cmac \ + --enable-chapoly \ --enable-ha \ --enable-af-alg \ --enable-whitelist \ |