diff options
Diffstat (limited to 'crypto/xcbc.c')
-rw-r--r-- | crypto/xcbc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/xcbc.c b/crypto/xcbc.c index b2cc8551b99f..3b991bf2fd92 100644 --- a/crypto/xcbc.c +++ b/crypto/xcbc.c | |||
@@ -252,6 +252,7 @@ static int xcbc_create(struct crypto_template *tmpl, struct rtattr **tb) | |||
252 | } | 252 | } |
253 | 253 | ||
254 | inst = shash_alloc_instance("xcbc", alg); | 254 | inst = shash_alloc_instance("xcbc", alg); |
255 | err = PTR_ERR(inst); | ||
255 | if (IS_ERR(inst)) | 256 | if (IS_ERR(inst)) |
256 | goto out_put_alg; | 257 | goto out_put_alg; |
257 | 258 | ||