From c9a2b3b784856df0967b22f5edeafc1aad8529ec Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Sat, 23 Sep 2017 16:32:03 +0200 Subject: [PATCH] configure: Enable mgf1 plugin if gmp plugin is enabled --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6bafe5fbb..104069c67 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