crypto: lib/blake2s - Move selftest prototype into header file

commit ce0d5d63e897cc7c3a8fd043c7942fc6a78ec6f4 upstream.

This patch fixes a missing prototype warning on blake2s_selftest.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Herbert Xu
2020-11-27 16:43:18 +11:00
committed by Greg Kroah-Hartman
parent c3a4645d80
commit 0f8fcf5b6e
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
* Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
*/
#include <crypto/blake2s.h>
#include <crypto/internal/blake2s.h>
#include <linux/string.h>
/*