* netlink.c (decode_nlmsg_flags): Add NETLINK_CRYPTO.
---
 netlink.c | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/netlink.c b/netlink.c
index e489a6e..0ae9a46 100644
--- a/netlink.c
+++ b/netlink.c
@@ -200,6 +200,16 @@ decode_nlmsg_flags(const uint16_t flags, const uint16_t 
type, const int family)
                goto end;
 
        switch (family) {
+       case NETLINK_CRYPTO:
+               switch (type) {
+               case CRYPTO_MSG_NEWALG:
+                       table = netlink_new_flags;
+                       break;
+               case CRYPTO_MSG_GETALG:
+                       table = netlink_get_flags;
+                       break;
+               }
+               break;
        case NETLINK_SOCK_DIAG:
                table = netlink_get_flags;
                break;
-- 
2.7.4


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to