Add fix for RSA keygen in FIPS using keysizes 2048 < bits < 3072
[openssl.git] / apps / dgst.c
index da162e6ed602774d17a1e0902de534e529d78924..0654d4c8b98fd74aed52578a201010e55f1eb08c 100644 (file)
@@ -293,7 +293,7 @@ int dgst_main(int argc, char **argv)
     if (mac_name != NULL) {
         EVP_PKEY_CTX *mac_ctx = NULL;
         int r = 0;
-        if (!init_gen_str(&mac_ctx, mac_name, impl, 0))
+        if (!init_gen_str(&mac_ctx, mac_name, impl, 0, NULL, NULL))
             goto mac_end;
         if (macopts != NULL) {
             char *macopt;