Merge tag 'parisc-for-6.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/delle...
[platform/kernel/linux-starfive.git] / crypto / hmac.c
index 09a7872..ea93f4c 100644 (file)
@@ -177,6 +177,7 @@ static int hmac_clone_tfm(struct crypto_shash *dst, struct crypto_shash *src)
 static void hmac_exit_tfm(struct crypto_shash *parent)
 {
        struct hmac_ctx *ctx = hmac_ctx(parent);
+
        crypto_free_shash(ctx->hash);
 }