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>
This commit is contained in:
Rasmus Villemoes 2014-08-22 18:33:37 +02:00 committed by Herbert Xu
parent 1443cc9bcb
commit 4a8f45f818

View file

@ -1,4 +1,5 @@
#ifndef __MV_CRYPTO_H__
#define __MV_CRYPTO_H__
#define DIGEST_INITIAL_VAL_A 0xdd00
#define DIGEST_INITIAL_VAL_B 0xdd04