From: Tomas Mraz Date: Mon, 1 Mar 2021 16:24:55 +0000 (+0100) Subject: crypto/ppccap.c: Remove useless TODO 3.0 X-Git-Tag: openssl-3.0.0-alpha13~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f40fa7b9adbaa5324402429cd15deefe4e884a03;p=thirdparty%2Fopenssl.git 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) --- diff --git a/crypto/ppccap.c b/crypto/ppccap.c index 0a5976c8a48..9ed1d80db59 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,