diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-02-24 14:02:56 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-03-02 16:42:29 +0100 |
commit | 3df1ca562433e6afc98fcd137a4520a4d6d359d8 (patch) | |
tree | bef62388bddb5bfaa72441b42d9b15d9058db1ce /src/Kconfig | |
parent | 363da271d4b05ef11f95bcfdcacae43a1350f99e (diff) |
Kconfig: require DST_CACHE explicitly
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index 4385995..25bcb9d 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -2,6 +2,7 @@ config WIREGUARD tristate "IP: WireGuard secure network tunnel" depends on NET && INET select NET_UDP_TUNNEL + select DST_CACHE select CRYPTO_BLKCIPHER select VFP select VFPv3 |