crypto: In crypto_add_alg(), 'exact' wants to be initialized to 0
[deliverable/linux.git] / crypto / crypto_user.c
index 3ba6ef508869d104db2657423e451c3922db5f45..3e61cc101e8353e7534124f34b9a17f7b7da09f6 100644 (file)
@@ -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);
This page took 0.023066 seconds and 5 git commands to generate.