summaryrefslogtreecommitdiffstats
path: root/apps/gendsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gendsa.c')
-rw-r--r--apps/gendsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gendsa.c b/apps/gendsa.c
index 3fdbf37722..57ef0da46d 100644
--- a/apps/gendsa.c
+++ b/apps/gendsa.c
@@ -162,7 +162,7 @@ bad:
goto end;
}
- e = ENGINE_setup(engine, bio_err);
+ e = setup_engine(bio_err, engine, 0);
if(!app_passwd(bio_err, NULL, passargout, NULL, &passout)) {
BIO_printf(bio_err, "Error getting password\n");