summaryrefslogtreecommitdiff
path: root/xlat
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2020-12-05 08:00:00 +0000
committerDmitry V. Levin <ldv@altlinux.org>2020-12-05 08:00:00 +0000
commitd9686714230011ce1300c68eb51bc8c2d9808f24 (patch)
treef5b256b65f71c9690e69ec6e3879d84f852aa5d2 /xlat
parent11528d4bc7ee930bd3ebbcc760cee01f656dc8e3 (diff)
downloadstrace-d9686714230011ce1300c68eb51bc8c2d9808f24.tar.gz
xlat: update ALG_* constants
* xlat/sock_alg_options.in (ALG_SET_DRBG_ENTROPY): New constant introduced by Linux kernel commit v5.10-rc1~181^2~51. * NEWS: Mention this change.
Diffstat (limited to 'xlat')
-rw-r--r--xlat/sock_alg_options.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlat/sock_alg_options.in b/xlat/sock_alg_options.in
index a1fb4a18c..ca1f870bc 100644
--- a/xlat/sock_alg_options.in
+++ b/xlat/sock_alg_options.in
@@ -4,3 +4,4 @@ ALG_SET_IV 2
ALG_SET_OP 3
ALG_SET_AEAD_ASSOCLEN 4
ALG_SET_AEAD_AUTHSIZE 5
+ALG_SET_DRBG_ENTROPY 6