Merge pull request #19146 from pprindeville/strongswan-include-mgf1
authorPhilip Prindeville <philipp@redfish-solutions.com>
Thu, 11 Aug 2022 03:45:59 +0000 (21:45 -0600)
committerGitHub <noreply@github.com>
Thu, 11 Aug 2022 03:45:59 +0000 (21:45 -0600)
strongswan: bundle mgf1 with everything

1  2 
net/strongswan/Makefile

index 61bebe51f9346509e4c745f647f5cd481091def0,ec85d403624f8e5b9305a8216f6dbb31ca6f99f0..76c08fc3d030dcf4655a24630ef32049c4b396af
@@@ -260,9 -258,9 +260,10 @@@ $(call Package/strongswan/Default
        +strongswan-mod-fips-prf \
        +strongswan-mod-gmp \
        +strongswan-mod-hmac \
 +      @(PACKAGE_strongswan-mod-kdf||PACKAGE_strongswan-mod-openssl||PACKAGE_strongswan-mod-wolfssl) \
        +strongswan-mod-kernel-netlink \
        +strongswan-mod-md5 \
+       +strongswan-mod-mgf1 \
        +strongswan-mod-nonce \
        +strongswan-mod-pem \
        +strongswan-mod-pgp \
@@@ -299,9 -297,9 +300,10 @@@ $(call Package/strongswan/Default
        +strongswan-mod-des \
        +strongswan-mod-gmpdh \
        +strongswan-mod-hmac \
 +      @(PACKAGE_strongswan-mod-kdf||PACKAGE_strongswan-mod-openssl||PACKAGE_strongswan-mod-wolfssl) \
        +strongswan-mod-kernel-netlink \
        +strongswan-mod-md5 \
+       +strongswan-mod-mgf1 \
        +strongswan-mod-nonce \
        +strongswan-mod-pubkey \
        +strongswan-mod-random \
@@@ -328,8 -326,8 +330,9 @@@ $(call Package/strongswan/Default
        +strongswan-mod-aes \
        +strongswan-mod-gmp \
        +strongswan-mod-hmac \
 +      @(PACKAGE_strongswan-mod-kdf||PACKAGE_strongswan-mod-openssl||PACKAGE_strongswan-mod-wolfssl) \
        +strongswan-mod-kernel-netlink \
+       +strongswan-mod-mgf1 \
        +strongswan-mod-nonce \
        +strongswan-mod-pubkey \
        +strongswan-mod-random \