make apps compile again
diff --git a/apps/gendsa.c b/apps/gendsa.c
index 3fdbf37..57ef0da 100644
--- a/apps/gendsa.c
+++ b/apps/gendsa.c
@@ -162,7 +162,7 @@
 		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");