aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket_alg.txt.const
diff options
context:
space:
mode:
authorMarios Pomonis <pomonis@google.com>2025-04-03 04:33:01 -0700
committerDmitry Vyukov <dvyukov@google.com>2025-04-03 11:55:49 +0000
commit012c639d904cf60a221b8b16833c02eed9b2514e (patch)
tree89d33947d22399ee0719d883f7278e2f3af637e6 /sys/linux/socket_alg.txt.const
parent996a961865892d8b81ae3adccb482161e6994c41 (diff)
sys/linux: update and remove obsolete consts
This commit removes CRYPTO_ALG_TYPE_COMPRESS from socket_alg.txt since it was recently removed from the kernel source tree (fce8b8d crypto: remove obsolete 'comp' compression API). It also updates a number of other consts that make extract detected.
Diffstat (limited to 'sys/linux/socket_alg.txt.const')
-rw-r--r--sys/linux/socket_alg.txt.const1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/linux/socket_alg.txt.const b/sys/linux/socket_alg.txt.const
index 038808dea..f8e409982 100644
--- a/sys/linux/socket_alg.txt.const
+++ b/sys/linux/socket_alg.txt.const
@@ -21,7 +21,6 @@ CRYPTO_ALG_TYPE_AEAD = 3
CRYPTO_ALG_TYPE_AHASH = 15
CRYPTO_ALG_TYPE_AKCIPHER = 6
CRYPTO_ALG_TYPE_CIPHER = 1
-CRYPTO_ALG_TYPE_COMPRESS = 2
CRYPTO_ALG_TYPE_HASH = 14
CRYPTO_ALG_TYPE_MASK = 15
CRYPTO_ALG_TYPE_PCOMPRESS = 15