Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298901
b: refs/heads/master
c: f21a7c1
h: refs/heads/master
i:
  298899: 3f14fe1
v: v3
  • Loading branch information
Al Viro committed Apr 9, 2012
1 parent 655b8bf commit 194cd37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3cb42092ff02edec34bf936b7400b1f1efc8ca43
refs/heads/master: f21a7c195cb20cf613147839c4a2bc1fca8c7bd8
6 changes: 3 additions & 3 deletions trunk/crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ config CRYPTO_BLOWFISH_COMMON

config CRYPTO_BLOWFISH_X86_64
tristate "Blowfish cipher algorithm (x86_64)"
depends on (X86 || UML_X86) && 64BIT
depends on X86 && 64BIT
select CRYPTO_ALGAPI
select CRYPTO_BLOWFISH_COMMON
help
Expand Down Expand Up @@ -657,7 +657,7 @@ config CRYPTO_CAMELLIA

config CRYPTO_CAMELLIA_X86_64
tristate "Camellia cipher algorithm (x86_64)"
depends on (X86 || UML_X86) && 64BIT
depends on X86 && 64BIT
depends on CRYPTO
select CRYPTO_ALGAPI
select CRYPTO_LRW
Expand Down Expand Up @@ -893,7 +893,7 @@ config CRYPTO_TWOFISH_X86_64

config CRYPTO_TWOFISH_X86_64_3WAY
tristate "Twofish cipher algorithm (x86_64, 3-way parallel)"
depends on (X86 || UML_X86) && 64BIT
depends on X86 && 64BIT
select CRYPTO_ALGAPI
select CRYPTO_TWOFISH_COMMON
select CRYPTO_TWOFISH_X86_64
Expand Down

0 comments on commit 194cd37

Please sign in to comment.