Remove fips_md_init() macro indirection for digest algorithms, used by the
authormiod <miod@openbsd.org>
Thu, 1 May 2014 11:11:37 +0000 (11:11 +0000)
committermiod <miod@openbsd.org>
Thu, 1 May 2014 11:11:37 +0000 (11:11 +0000)
commitd95c516e0772f50a7698a0751ea1b311bb43adaa
tree1c57d3a022a5c363c9c6a3115ceffcee26c09599
parentf0157e0719183548c63d60fbbdbe0e74cc16c374
Remove fips_md_init() macro indirection for digest algorithms, used by the
OpenSSL FIPS module to prevent forbidden digests to be allowed.
No functional change but readability.

ok deraadt@
18 files changed:
lib/libcrypto/crypto.h
lib/libcrypto/md4/md4_dgst.c
lib/libcrypto/md5/md5_dgst.c
lib/libcrypto/mdc2/mdc2dgst.c
lib/libcrypto/ripemd/rmd_dgst.c
lib/libcrypto/sha/sha256.c
lib/libcrypto/sha/sha512.c
lib/libcrypto/sha/sha_locl.h
lib/libcrypto/whrlpool/wp_dgst.c
lib/libssl/src/crypto/crypto.h
lib/libssl/src/crypto/md4/md4_dgst.c
lib/libssl/src/crypto/md5/md5_dgst.c
lib/libssl/src/crypto/mdc2/mdc2dgst.c
lib/libssl/src/crypto/ripemd/rmd_dgst.c
lib/libssl/src/crypto/sha/sha256.c
lib/libssl/src/crypto/sha/sha512.c
lib/libssl/src/crypto/sha/sha_locl.h
lib/libssl/src/crypto/whrlpool/wp_dgst.c