summaryrefslogtreecommitdiff
path: root/net/ipv4/Kconfig
diff options
context:
space:
mode:
authorSasha Levin <sashal@kernel.org>2026-03-12 07:35:07 -0400
committerSasha Levin <sashal@kernel.org>2026-03-12 07:35:07 -0400
commitee6bf57ad14c891455f6ea6f3e7b96d841b436b8 (patch)
treea71179a386eba8a95075de3c3ac665db2d02ba9b /net/ipv4/Kconfig
parent2c8fedbbbb8266b792c1bfec0dbcbed77d61fa8d (diff)
parent0d87da0c7e74868a63d2b856454122b5fb30d341 (diff)
Merge 6.19.7
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'net/ipv4/Kconfig')
-rw-r--r--net/ipv4/Kconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index 12850a277251..b71c22475c51 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -760,9 +760,7 @@ config TCP_AO
config TCP_MD5SIG
bool "TCP: MD5 Signature Option support (RFC2385)"
- select CRYPTO
- select CRYPTO_MD5
- select TCP_SIGPOOL
+ select CRYPTO_LIB_MD5
help
RFC2385 specifies a method of giving MD5 protection to TCP sessions.
Its main (only?) use is to protect BGP sessions between core routers