diff options
Diffstat (limited to 'crypto/crypto_user.c')
-rw-r--r-- | crypto/crypto_user.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/crypto_user.c b/crypto/crypto_user.c index a90404a0c5ff..4a44830741c1 100644 --- a/crypto/crypto_user.c +++ b/crypto/crypto_user.c | |||
@@ -483,7 +483,8 @@ static const struct crypto_link { | |||
483 | [CRYPTO_MSG_DELRNG - CRYPTO_MSG_BASE] = { .doit = crypto_del_rng }, | 483 | [CRYPTO_MSG_DELRNG - CRYPTO_MSG_BASE] = { .doit = crypto_del_rng }, |
484 | }; | 484 | }; |
485 | 485 | ||
486 | static int crypto_user_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh) | 486 | static int crypto_user_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh, |
487 | struct netlink_ext_ack *extack) | ||
487 | { | 488 | { |
488 | struct nlattr *attrs[CRYPTOCFGA_MAX+1]; | 489 | struct nlattr *attrs[CRYPTOCFGA_MAX+1]; |
489 | const struct crypto_link *link; | 490 | const struct crypto_link *link; |