From dc4defdbac0998eacf438c46f0ac1fbd3d6da97c Mon Sep 17 00:00:00 2001 From: Noel Kuntze Date: Thu, 11 Aug 2022 00:40:13 +0200 Subject: [PATCH] strongswan: try to model kdf optional dependencies Signed-off-by: Noel Kuntze --- net/strongswan/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index ddd94a1df..61bebe51f 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -260,6 +260,7 @@ $(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-nonce \ @@ -298,6 +299,7 @@ $(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-nonce \ @@ -326,6 +328,7 @@ $(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-nonce \ +strongswan-mod-pubkey \