CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/05/01 05:11:37
Modified files:
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 sha512.c sha_locl.h
lib/libssl/src/crypto/whrlpool: wp_dgst.c
Log message:
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@