summaryrefslogtreecommitdiffstats
path: root/crypto/evp/c_alld.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2017-08-10 22:47:32 +0200
committerAndy Polyakov <appro@openssl.org>2017-08-12 12:20:56 +0200
commitbbde4740ebcb37ca66d058a0dec1286ed7f8eee7 (patch)
treef1b2b6615c4dbc61b0174c68a2c54787b9263dda /crypto/evp/c_alld.c
parentcd8d1456c97ad17fb147f4fdcbb5ba8c983b8bb8 (diff)
Wire SHAKE to EVP.
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4137)
Diffstat (limited to 'crypto/evp/c_alld.c')
-rw-r--r--crypto/evp/c_alld.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/evp/c_alld.c b/crypto/evp/c_alld.c
index cfc3f0452d..86b2fc8584 100644
--- a/crypto/evp/c_alld.c
+++ b/crypto/evp/c_alld.c
@@ -50,8 +50,6 @@ void openssl_add_all_digests_int(void)
EVP_add_digest(EVP_sha3_256());
EVP_add_digest(EVP_sha3_384());
EVP_add_digest(EVP_sha3_512());
-#if 0
EVP_add_digest(EVP_shake128());
EVP_add_digest(EVP_shake256());
-#endif
}