From 012c639d904cf60a221b8b16833c02eed9b2514e Mon Sep 17 00:00:00 2001 From: Marios Pomonis Date: Thu, 3 Apr 2025 04:33:01 -0700 Subject: 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. --- sys/linux/socket_alg.txt.const | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/linux/socket_alg.txt.const') 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 -- cgit mrf-deployment