From bbb4532b69f3e131639456a9f45b716978fe4382 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 7 Jan 2015 08:41:08 +0100 Subject: [PATCH] netlink.7: Add kernel version for NETLINK_CRYPTO Signed-off-by: Michael Kerrisk --- man7/netlink.7 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man7/netlink.7 b/man7/netlink.7 index bfeb381a9..2e416f6a4 100644 --- a/man7/netlink.7 +++ b/man7/netlink.7 @@ -114,7 +114,9 @@ Kernel messages to user space. .B NETLINK_GENERIC Generic netlink family for simplified netlink usage. .TP -.B NETLINK_CRYPTO +.BR NETLINK_CRYPTO " (since Linux 3.2)" +.\" commit a38f7907b926e4c6c7d389ad96cc38cec2e5a9e9 +.\" Author: Steffen Klassert Netlink interface to request information about ciphers registered with the kernel crypto API as well as allow configuration of the kernel crypto API.