From: Philip Prindeville Date: Thu, 11 Aug 2022 03:45:59 +0000 (-0600) Subject: Merge pull request #19146 from pprindeville/strongswan-include-mgf1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=5a2fa10d07ea187df66c4ccea4c0e6958de5dbcd;p=openwrt-packages.git Merge pull request #19146 from pprindeville/strongswan-include-mgf1 strongswan: bundle mgf1 with everything --- 5a2fa10d07ea187df66c4ccea4c0e6958de5dbcd diff --cc net/strongswan/Makefile index 61bebe51f,ec85d4036..76c08fc3d --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@@ -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 \