X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=crypto%2Fcrypto_user.c;h=f76e42bcc6e7f4c213eef714761ee34630fbc483;hb=30d73f375238441d6dc31de0d90bc39f5bb0bfe5;hp=b6ac1387770cbcfcda7039de619f95eb4c6f854d;hpb=c7c66c0cb0c77b1a8edf09bca57d922312d58030;p=karo-tx-linux.git diff --git a/crypto/crypto_user.c b/crypto/crypto_user.c index b6ac1387770c..f76e42bcc6e7 100644 --- a/crypto/crypto_user.c +++ b/crypto/crypto_user.c @@ -304,7 +304,7 @@ static int crypto_del_alg(struct sk_buff *skb, struct nlmsghdr *nlh, static int crypto_add_alg(struct sk_buff *skb, struct nlmsghdr *nlh, struct nlattr **attrs) { - int exact; + int exact = 0; const char *name; struct crypto_alg *alg; struct crypto_user_alg *p = nlmsg_data(nlh);