Consistent naming for context gettable param queries .
[openssl.git] / apps / fipsinstall.c
index 78200c58766befc5554eaef822ed955d0fb346d0..fd28b484b9d5849cca7b715a777b1268e51de0b1 100644 (file)
@@ -341,7 +341,7 @@ opthelp:
     if (opts != NULL) {
         int ok = 1;
         OSSL_PARAM *params =
-            app_params_new_from_opts(opts, EVP_MAC_CTX_settable_params(mac));
+            app_params_new_from_opts(opts, EVP_MAC_settable_ctx_params(mac));
 
         if (params == NULL)
             goto end;