Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

crypto: mv_cesa - Add missing #define

Clearly this was meant to be an include guard, but the #define was
missing.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Rasmus Villemoes and committed by
Herbert Xu
4a8f45f8 1443cc9b

+1
+1
drivers/crypto/mv_cesa.h
··· 1 1 #ifndef __MV_CRYPTO_H__ 2 + #define __MV_CRYPTO_H__ 2 3 3 4 #define DIGEST_INITIAL_VAL_A 0xdd00 4 5 #define DIGEST_INITIAL_VAL_B 0xdd04