diff options
-rw-r--r-- | crypto/hmac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/hmac.c b/crypto/hmac.c index e37342748f2f..02aa53ea14aa 100644 --- a/crypto/hmac.c +++ b/crypto/hmac.c | |||
@@ -195,6 +195,7 @@ static int hmac_create(struct crypto_template *tmpl, struct rtattr **tb) | |||
195 | goto out_put_alg; | 195 | goto out_put_alg; |
196 | 196 | ||
197 | inst = shash_alloc_instance("hmac", alg); | 197 | inst = shash_alloc_instance("hmac", alg); |
198 | err = PTR_ERR(inst); | ||
198 | if (IS_ERR(inst)) | 199 | if (IS_ERR(inst)) |
199 | goto out_put_alg; | 200 | goto out_put_alg; |
200 | 201 | ||