summaryrefslogtreecommitdiffstats
path: root/apps/ecparam.c
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2004-10-21 00:06:14 +0000
committerGeoff Thorpe <geoff@openssl.org>2004-10-21 00:06:14 +0000
commit58ae65cd1a18a68892b1eb8bb55b7f11a5cf6ea9 (patch)
tree58a798eadb289081909028ea96b66d44b09b324c /apps/ecparam.c
parent5b0f1f7d1375c31280a68b51d5737f4d95df06bf (diff)
Update ECDSA and ECDH for OPENSSL_NO_ENGINE.
Reported by: Maxim Masiutin Submitted by: Nils Larsch
Diffstat (limited to 'apps/ecparam.c')
-rw-r--r--apps/ecparam.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/ecparam.c b/apps/ecparam.c
index ae046f9a8d..29d215e883 100644
--- a/apps/ecparam.c
+++ b/apps/ecparam.c
@@ -127,7 +127,9 @@ int MAIN(int argc, char **argv)
char *infile = NULL, *outfile = NULL, *prog;
BIO *in = NULL, *out = NULL;
int informat, outformat, noout = 0, C = 0, ret = 1;
+#ifndef OPENSSL_NO_ENGINE
ENGINE *e = NULL;
+#endif
char *engine = NULL;
BIGNUM *ec_p = NULL, *ec_a = NULL, *ec_b = NULL,
@@ -335,7 +337,9 @@ bad:
}
}
+#ifndef OPENSSL_NO_ENGINE
e = setup_engine(bio_err, engine, 0);
+#endif
if (list_curves)
{