From 4c311180da04819331da80b1ded4f24525c25e7c Mon Sep 17 00:00:00 2001 From: Philip Prindeville Date: Tue, 31 May 2022 18:41:28 -0600 Subject: [PATCH] strongswan: add kernel module dependency on chapoly Signed-off-by: Philip Prindeville (cherry picked from commit 6a30ed6fbd5aa625221607b215521fbec1f06677) --- net/strongswan/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/strongswan/Makefile b/net/strongswan/Makefile index 78e401b6f8..1f9101f886 100644 --- a/net/strongswan/Makefile +++ b/net/strongswan/Makefile @@ -670,7 +670,7 @@ $(eval $(call BuildPlugin,attr-sql,SQL based config,+strongswan-charon)) $(eval $(call BuildPlugin,bliss,BLISS crypto,+strongswan-libnttfft +strongswan-mod-mgf1 +strongswan-mod-hmac)) $(eval $(call BuildPlugin,blowfish,Blowfish crypto,)) $(eval $(call BuildPlugin,ccm,CCM AEAD wrapper crypto,)) -$(eval $(call BuildPlugin,chapoly,ChaCha20-Poly1305 AEAD crypto,)) +$(eval $(call BuildPlugin,chapoly,ChaCha20-Poly1305 AEAD crypto,+kmod-crypto-chacha20poly1305)) $(eval $(call BuildPlugin,cmac,CMAC crypto,)) $(eval $(call BuildPlugin,connmark,netfilter connection marking,+libip4tc)) $(eval $(call BuildPlugin,constraints,advanced X509 constraint checking,))