When in FIPS mode, use SHA1 to digest the key, rather than MD5, as MD5
authorRichard Levitte <levitte@openssl.org>
Mon, 17 May 2004 04:31:14 +0000 (04:31 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 17 May 2004 04:31:14 +0000 (04:31 +0000)
commita8bb3d0e15001c5270120169bb32ada01a957b1d
tree9f074f880d5a82d6057930745d6cd372ab19e4e9
parentf27a152f69e205ddb7fe3b2f87cf6aca9bbd3b03
When in FIPS mode, use SHA1 to digest the key, rather than MD5, as MD5
isn't a FIPS-approved algorithm.

Note: this means the user needs to keep track of this, and we need to
add support for that...
apps/enc.c