From f40fa7b9adbaa5324402429cd15deefe4e884a03 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Mon, 1 Mar 2021 17:24:55 +0100 Subject: [PATCH] crypto/ppccap.c: Remove useless TODO 3.0 The chacha and poly1305 algorithms are not FIPS approved so they should stay out of FIPS module. Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/14404) --- crypto/ppccap.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/crypto/ppccap.c b/crypto/ppccap.c index 0a5976c8a4..9ed1d80db5 100644 --- a/crypto/ppccap.c +++ b/crypto/ppccap.c @@ -83,10 +83,6 @@ void sha512_block_data_order(void *ctx, const void *inp, size_t len) sha512_block_ppc(ctx, inp, len); } -/* - * TODO(3.0): Temporarily disabled some assembler that hasn't been brought into - * the FIPS module yet. - */ #ifndef FIPS_MODULE # ifndef OPENSSL_NO_CHACHA void ChaCha20_ctr32_int(unsigned char *out, const unsigned char *inp, -- 2.39.2