configure: Enable mgf1 plugin if gmp plugin is enabled

This commit is contained in:
Tobias Brunner 2017-09-23 16:32:03 +02:00
parent 7d6b81648b
commit c9a2b3b784
1 changed files with 1 additions and 1 deletions

View File

@ -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