Update from stable branch.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 23 Dec 2007 13:48:39 +0000 (13:48 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 23 Dec 2007 13:48:39 +0000 (13:48 +0000)
apps/dgst.c

index 9941c1365ac37d1b9595b55d6ac59cd01f8752bf..3e529ec441c31a69a346be7b8e6aa7a22880c62e 100644 (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)