Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / crypto / nhpoly1305.c
index f6b6a52..8a3006c 100644 (file)
@@ -210,7 +210,7 @@ int crypto_nhpoly1305_final_helper(struct shash_desc *desc, u8 *dst, nh_t nh_fn)
        if (state->nh_remaining)
                process_nh_hash_value(state, key);
 
-       poly1305_core_emit(&state->poly_state, dst);
+       poly1305_core_emit(&state->poly_state, NULL, dst);
        return 0;
 }
 EXPORT_SYMBOL(crypto_nhpoly1305_final_helper);