Commit 4a8f45f8 authored by Rasmus Villemoes's avatar Rasmus Villemoes Committed by Herbert Xu

crypto: mv_cesa - Add missing #define

Clearly this was meant to be an include guard, but the #define was
missing.
Signed-off-by: default avatarRasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 1443cc9b
#ifndef __MV_CRYPTO_H__
#define __MV_CRYPTO_H__
#define DIGEST_INITIAL_VAL_A 0xdd00
#define DIGEST_INITIAL_VAL_B 0xdd04
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment