crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h

The generic sha256 implementation from lib/crypto/sha256.c uses data
structs defined in crypto/sha.h, so lets move the function prototypes
there too.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Tento commit je obsažen v:
Hans de Goede
2019-09-01 22:35:31 +02:00
odevzdal Herbert Xu
rodič 527aa8958f
revize 34d6245fbc
6 změnil soubory, kde provedl 24 přidání a 38 odebrání

Zobrazit soubor

@@ -9,7 +9,7 @@
*/
#include <linux/bug.h>
#include <crypto/sha256.h>
#include <crypto/sha.h>
#include <asm/purgatory.h>
#include "../boot/string.h"