projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1443cc9
)
crypto: mv_cesa - Add missing #define
author
Rasmus Villemoes
<linux@rasmusvillemoes.dk>
Fri, 22 Aug 2014 16:33:37 +0000
(18:33 +0200)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 29 Aug 2014 13:46:36 +0000
(21:46 +0800)
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>
drivers/crypto/mv_cesa.h
patch
|
blob
|
history
diff --git
a/drivers/crypto/mv_cesa.h
b/drivers/crypto/mv_cesa.h
index 08fcb1116d907c792e3b53cd47f03d4f08586afb..9249d3ed184bbc403c3c48f6ca5198b0037c846e 100644
(file)
--- a/
drivers/crypto/mv_cesa.h
+++ b/
drivers/crypto/mv_cesa.h
@@
-1,4
+1,5
@@
#ifndef __MV_CRYPTO_H__
+#define __MV_CRYPTO_H__
#define DIGEST_INITIAL_VAL_A 0xdd00
#define DIGEST_INITIAL_VAL_B 0xdd04