summaryrefslogtreecommitdiffstats
path: root/apps/dsa.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-06-19 00:23:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-06-19 00:23:47 +0000
commita3376fe8fc4db352d79eb3dba8cf1a2a3ac2e238 (patch)
tree4a1688df2fb3d49ec6ae206b0c6eaccff97cb0b0 /apps/dsa.c
parent3cc1f498a171f9268859a443ae8d4cd7fce6a43b (diff)
make apps compile again
Diffstat (limited to 'apps/dsa.c')
-rw-r--r--apps/dsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dsa.c b/apps/dsa.c
index 4f45edac6b..f18d13da03 100644
--- a/apps/dsa.c
+++ b/apps/dsa.c
@@ -198,7 +198,7 @@ bad:
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");