diff options
author | Ard Biesheuvel <ardb@kernel.org> | 2021-01-21 14:07:30 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2021-01-29 16:07:03 +1100 |
commit | c15d4167f0b0465b71c0619dc30b122f1b0e5b7a (patch) | |
tree | 223c9df5a2a29ede3bba48887faf49c4372b52f0 /crypto/ripemd.h | |
parent | b21b9a5e0aef025aafd2c57622a5f0cb9562c886 (diff) | |
download | linux-c15d4167f0b0465b71c0619dc30b122f1b0e5b7a.tar.gz linux-c15d4167f0b0465b71c0619dc30b122f1b0e5b7a.tar.bz2 linux-c15d4167f0b0465b71c0619dc30b122f1b0e5b7a.zip |
crypto: rmd256 - remove RIPE-MD 256 hash algorithm
RIPE-MD 256 is never referenced anywhere in the kernel, and unlikely
to be depended upon by userspace via AF_ALG. So let's remove it
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/ripemd.h')
-rw-r--r-- | crypto/ripemd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/ripemd.h b/crypto/ripemd.h index 0f66e3c86a2b..a19c3c27a466 100644 --- a/crypto/ripemd.h +++ b/crypto/ripemd.h @@ -9,9 +9,6 @@ #define RMD160_DIGEST_SIZE 20 #define RMD160_BLOCK_SIZE 64 -#define RMD256_DIGEST_SIZE 32 -#define RMD256_BLOCK_SIZE 64 - #define RMD320_DIGEST_SIZE 40 #define RMD320_BLOCK_SIZE 64 |