make apps compile again
diff --git a/apps/dsa.c b/apps/dsa.c
index 4f45eda..f18d13d 100644
--- a/apps/dsa.c
+++ b/apps/dsa.c
@@ -198,7 +198,7 @@
 
 	ERR_load_crypto_strings();
 
-        e = ENGINE_setup(engine, bio_err);
+        e = setup_engine(bio_err, engine, 0);
 
 	if(!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
 		BIO_printf(bio_err, "Error getting passwords\n");