Update from stable branch.

This commit is contained in:
Dr. Stephen Henson 2007-12-23 13:48:39 +00:00
parent d946944dbd
commit e0c5f4e438

View File

@ -215,6 +215,8 @@ ERR_load_crypto_strings();
debug=1;
else if (strcmp(*argv,"-non-fips-allow") == 0)
non_fips_allow=1;
else if (!strcmp(*argv,"-fips-fingerprint"))
hmac_key = "etaonrishdlcupfm";
else if (!strcmp(*argv,"-hmac"))
{
if (--argc < 1)