Make the EC code available from inside the FIPS provider
[openssl.git] / apps / ecparam.c
index 0c893a39779f3f88501d23ce28b95aacafd0f3d7..6796af6578a5c1e5d904e5c680305c5dd7f4165a 100644 (file)
@@ -273,7 +273,7 @@ int ecparam_main(int argc, char **argv)
 
     if (check_named) {
         BIO_printf(bio_err, "validating named elliptic curve parameters: ");
-        if (EC_GROUP_check_named_curve(group, 0) <= 0) {
+        if (EC_GROUP_check_named_curve(group, 0, NULL) <= 0) {
             BIO_printf(bio_err, "failed\n");
             ERR_print_errors(bio_err);
             goto end;