From: Tobias Brunner Date: Sat, 23 Sep 2017 14:32:03 +0000 (+0200) Subject: configure: Enable mgf1 plugin if gmp plugin is enabled X-Git-Tag: 5.6.1rc1~6^2~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9a2b3b784856df0967b22f5edeafc1aad8529ec;p=thirdparty%2Fstrongswan.git configure: Enable mgf1 plugin if gmp plugin is enabled --- diff --git a/configure.ac b/configure.ac index 6bafe5fbbf..104069c67f 100644 --- a/configure.ac +++ b/configure.ac @@ -487,7 +487,7 @@ if test x$aikgen = xtrue; then tss_trousers=true fi -if test x$ntru = xtrue -o x$bliss = xtrue; then +if test x$gmp = xtrue -o x$ntru = xtrue -o x$bliss = xtrue; then mgf1=true fi