mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
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 <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14404)
This commit is contained in:
parent
946bdd12a0
commit
f40fa7b9ad
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user