Skip to content

Commit

Permalink
crypto: mv_cesa - Add missing #define
Browse files Browse the repository at this point in the history
Clearly this was meant to be an include guard, but the #define was
missing.

Signed-off-by: Rasmus Villemoes <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
Villemoes authored and herbertx committed Aug 29, 2014
1 parent 1443cc9 commit 4a8f45f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/crypto/mv_cesa.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#ifndef __MV_CRYPTO_H__
#define __MV_CRYPTO_H__

#define DIGEST_INITIAL_VAL_A 0xdd00
#define DIGEST_INITIAL_VAL_B 0xdd04
Expand Down

0 comments on commit 4a8f45f

Please sign in to comment.