From a3376fe8fc4db352d79eb3dba8cf1a2a3ac2e238 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 19 Jun 2001 00:23:47 +0000 Subject: make apps compile again --- apps/gendsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gendsa.c') 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"); -- cgit v1.2.3