Commit 1ee49722 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Add fips hmac key to dgst utility.

parent 6653c6f2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -218,6 +218,8 @@ int MAIN(int argc, char **argv)
			out_bin = 1;
		else if (strcmp(*argv,"-d") == 0)
			debug=1;
		else if (!strcmp(*argv,"-fips-fingerprint"))
			hmac_key = "etaonrishdlcupfm";
		else if (!strcmp(*argv,"-hmac"))
			{
			if (--argc < 1)