diff options
author | Tomas Mraz <tomas@openssl.org> | 2021-05-05 19:01:44 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2021-05-12 13:23:33 +0200 |
commit | 202cbdd2fc37257870eeb61629d8d4d6709df7f1 (patch) | |
tree | c493a0badd008657b00fcf0e9eaea47cd173e5bd /crypto/whrlpool | |
parent | Allow arbitrary digests with ECDSA and DSA (diff) | |
download | openssl-202cbdd2fc37257870eeb61629d8d4d6709df7f1.tar.xz openssl-202cbdd2fc37257870eeb61629d8d4d6709df7f1.zip |
A few cleanups of the provider build.infos
Remove a TODO that is no longer relevant and
drop some more non-fips sources from the fips checksums.
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/15191)
Diffstat (limited to 'crypto/whrlpool')
-rw-r--r-- | crypto/whrlpool/build.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/whrlpool/build.info b/crypto/whrlpool/build.info index 88f0c7bd3a..ab6cef2945 100644 --- a/crypto/whrlpool/build.info +++ b/crypto/whrlpool/build.info @@ -30,4 +30,4 @@ ENDIF GENERATE[wp-mmx.s]=asm/wp-mmx.pl DEPEND[wp-mmx.s]=../perlasm/x86asm.pl -GENERATE[wp-x86_64.s]=asm/wp-x86_64.pl
\ No newline at end of file +GENERATE[wp-x86_64.s]=asm/wp-x86_64.pl |