Loading apps/dgst.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -215,6 +215,8 @@ ERR_load_crypto_strings(); debug=1; debug=1; else if (strcmp(*argv,"-non-fips-allow") == 0) else if (strcmp(*argv,"-non-fips-allow") == 0) non_fips_allow=1; non_fips_allow=1; else if (!strcmp(*argv,"-fips-fingerprint")) hmac_key = "etaonrishdlcupfm"; else if (!strcmp(*argv,"-hmac")) else if (!strcmp(*argv,"-hmac")) { { if (--argc < 1) if (--argc < 1) Loading Loading
apps/dgst.c +2 −0 Original line number Original line Diff line number Diff line Loading @@ -215,6 +215,8 @@ ERR_load_crypto_strings(); debug=1; debug=1; else if (strcmp(*argv,"-non-fips-allow") == 0) else if (strcmp(*argv,"-non-fips-allow") == 0) non_fips_allow=1; non_fips_allow=1; else if (!strcmp(*argv,"-fips-fingerprint")) hmac_key = "etaonrishdlcupfm"; else if (!strcmp(*argv,"-hmac")) else if (!strcmp(*argv,"-hmac")) { { if (--argc < 1) if (--argc < 1) Loading