strongswan: add kernel module dependency on chapoly
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
parent
5e894cae13
commit
6a30ed6fbd
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,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,bliss,BLISS crypto,+strongswan-libnttfft +strongswan-mod-mgf1 +strongswan-mod-hmac))
|
||||||
$(eval $(call BuildPlugin,blowfish,Blowfish crypto,))
|
$(eval $(call BuildPlugin,blowfish,Blowfish crypto,))
|
||||||
$(eval $(call BuildPlugin,ccm,CCM AEAD wrapper 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,cmac,CMAC crypto,))
|
||||||
$(eval $(call BuildPlugin,connmark,netfilter connection marking,+libip4tc))
|
$(eval $(call BuildPlugin,connmark,netfilter connection marking,+libip4tc))
|
||||||
$(eval $(call BuildPlugin,constraints,advanced X509 constraint checking,))
|
$(eval $(call BuildPlugin,constraints,advanced X509 constraint checking,))
|
||||||
|
|
Loading…
Reference in a new issue