Redirect digests to FIPS module for FIPS builds.
authorDr. Stephen Henson <steve@openssl.org>
Sat, 28 May 2011 23:01:26 +0000 (23:01 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 28 May 2011 23:01:26 +0000 (23:01 +0000)
commit04dc5a9ca6223332bcea261768650ca62c374546
tree068c05394f5e54420fbfe1e19ad5a2f04b4cf850
parentae6cb5483ef687ff52bdf59fca0d13651a84759a
Redirect digests to FIPS module for FIPS builds.

Use FIPS API when initialising digests.

Sync header file evp.h and error codes with HEAD for necessary FIPS
definitions.
CHANGES
crypto/evp/Makefile
crypto/evp/digest.c
crypto/evp/e_aes.c
crypto/evp/e_des3.c
crypto/evp/evp.h
crypto/evp/evp_err.c
crypto/evp/evp_fips.c [new file with mode: 0644]
crypto/evp/m_sha1.c