Skip to content

Commit

Permalink
[CRYPTO] salsa20-asm: Remove unnecessary dependency on CRYPTO_SALSA20
Browse files Browse the repository at this point in the history
Signed-off-by: Tan Swee Heng <thesweeheng@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
taswhe authored and herbertx committed Jan 10, 2008
1 parent d1cda4e commit 214dc54
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crypto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ config CRYPTO_SALSA20_586
depends on (X86 || UML_X86) && !64BIT
depends on EXPERIMENTAL
select CRYPTO_BLKCIPHER
select CRYPTO_SALSA20
help
Salsa20 stream cipher algorithm.

Expand All @@ -509,7 +508,6 @@ config CRYPTO_SALSA20_X86_64
depends on (X86 || UML_X86) && 64BIT
depends on EXPERIMENTAL
select CRYPTO_BLKCIPHER
select CRYPTO_SALSA20
help
Salsa20 stream cipher algorithm.

Expand Down

0 comments on commit 214dc54

Please sign in to comment.