From: Tobias Brunner Date: Tue, 18 Oct 2016 09:42:40 +0000 (+0200) Subject: configure: Reorder mgf1 in list of crypto plugins X-Git-Tag: 5.5.1rc2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ede17556ad73af0595152f6ec17a7ef97e27c61f;p=thirdparty%2Fstrongswan.git configure: Reorder mgf1 in list of crypto plugins --- diff --git a/configure.ac b/configure.ac index 9783e207a9..acaaf5259d 100644 --- a/configure.ac +++ b/configure.ac @@ -136,6 +136,7 @@ ARG_DISBL_SET([gmp], [disable GNU MP (libgmp) based crypto implementa 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.]) +ARG_ENABL_SET([mgf1], [enable the MGF1 software implementation plugin.]) ARG_ENABL_SET([newhope], [enable New Hope crypto plugin.]) ARG_DISBL_SET([nonce], [disable nonce generation plugin.]) ARG_ENABL_SET([ntru], [enables the NTRU crypto plugin.]) @@ -149,7 +150,6 @@ ARG_DISBL_SET([sha1], [disable SHA1 software implementation plugin.]) ARG_DISBL_SET([sha2], [disable SHA256/SHA384/SHA512 software implementation plugin.]) ARG_ENABL_SET([sha3], [enable SHA3_224/SHA3_256/SHA3_384/SHA3_512 software implementation plugin.]) ARG_DISBL_SET([xcbc], [disable xcbc crypto implementation plugin.]) -ARG_ENABL_SET([mgf1], [enables the MGF1 software implementation plugin.]) # encoding/decoding plugins ARG_DISBL_SET([dnskey], [disable DNS RR key decoding plugin.]) ARG_DISBL_SET([pem], [disable PEM decoding plugin.])