summaryrefslogtreecommitdiffstatshomepage
path: root/src/Kconfig
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-12-05 13:18:17 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-12-05 14:54:46 +0100
commitc5591560ff58201c58379b80630134a1784bb36d (patch)
treec077de3aa5fcefaa4ca987ed084823ecf2583049 /src/Kconfig
parentnetlink: prepare for removal of genl_family_attrbuf in 5.5 (diff)
downloadwireguard-linux-compat-c5591560ff58201c58379b80630134a1784bb36d.tar.xz
wireguard-linux-compat-c5591560ff58201c58379b80630134a1784bb36d.zip
chacha20poly1305: port to sgmitter for 5.5
I'm not totally comfortable with these changes yet, and it'll require some more scrutiny. But it's a start. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 65fb31d..156e9db 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -5,8 +5,7 @@ config WIREGUARD
select NET_UDP_TUNNEL
select DST_CACHE
select CRYPTO
- select CRYPTO_BLKCIPHER
- select XOR_BLOCKS
+ select CRYPTO_ALGAPI
select VFP
select VFPv3 if CPU_V7
select NEON if CPU_V7