projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9129c26
)
crypto: null - Add missing Kconfig tristate for NULL2
author
Herbert Xu
<herbert@gondor.apana.org.au>
Mon, 17 Aug 2015 12:39:40 +0000
(20:39 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Mon, 17 Aug 2015 13:02:39 +0000
(21:02 +0800)
This patch adds a missing tristate statement to Kconfig for the
new CRYPTO_NULL2 option.
Fixes:
149a39717dcc
("crypto: aead - Add type-safe geniv init/exit helpers")
Reported-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig
patch
|
blob
|
history
diff --git
a/crypto/Kconfig
b/crypto/Kconfig
index
0e35889
..
b582ea7
100644
(file)
--- a/
crypto/Kconfig
+++ b/
crypto/Kconfig
@@
-157,6
+157,7
@@
config CRYPTO_NULL
These are 'Null' algorithms, used by IPsec, which do nothing.
config CRYPTO_NULL2
+ tristate
select CRYPTO_ALGAPI2
select CRYPTO_BLKCIPHER2
select CRYPTO_HASH2