| commit | a3376fe8fc4db352d79eb3dba8cf1a2a3ac2e238 | [log] [tgz] |
|---|---|---|
| author | Dr. Stephen Henson <steve@openssl.org> | Tue Jun 19 00:23:47 2001 +0000 |
| committer | Dr. Stephen Henson <steve@openssl.org> | Tue Jun 19 00:23:47 2001 +0000 |
| tree | 4a1688df2fb3d49ec6ae206b0c6eaccff97cb0b0 | |
| parent | 3cc1f498a171f9268859a443ae8d4cd7fce6a43b [diff] [blame] |
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");