projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[kernel] aec62xx is working with kernel 2.6.28 agagin.
[openwrt.git]
/
target
/
linux
/
generic-2.6
/
patches-2.6.26
/
975-crypto_kconfig_hacks.patch
1
--- a/crypto/Kconfig
2
+++ b/crypto/Kconfig
3
@@ -22,20 +22,20 @@ if CRYPTO
4
comment "Crypto core or helper"
5
6
config CRYPTO_ALGAPI
7
- tristate
8
+ tristate "ALG API"
9
help
10
This option provides the API for cryptographic algorithms.
11
12
config CRYPTO_AEAD
13
- tristate
14
+ tristate "AEAD"
15
select CRYPTO_ALGAPI
16
17
config CRYPTO_BLKCIPHER
18
- tristate
19
+ tristate "Block cipher"
20
select CRYPTO_ALGAPI
21
22
config CRYPTO_HASH
23
- tristate
24
+ tristate "HASH"
25
select CRYPTO_ALGAPI
26
27
config CRYPTO_MANAGER
This page took
0.038708 seconds
and
5
git commands to generate.