summaryrefslogtreecommitdiffstats
path: root/crypto/ecdsa/ecs_sign.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 /crypto/ecdsa/ecs_sign.c
parent5b0f1f7d1375c31280a68b51d5737f4d95df06bf (diff)
Update ECDSA and ECDH for OPENSSL_NO_ENGINE.
Reported by: Maxim Masiutin Submitted by: Nils Larsch
Diffstat (limited to 'crypto/ecdsa/ecs_sign.c')
-rw-r--r--crypto/ecdsa/ecs_sign.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/ecdsa/ecs_sign.c b/crypto/ecdsa/ecs_sign.c
index 215da1211a..4667c8cfcc 100644
--- a/crypto/ecdsa/ecs_sign.c
+++ b/crypto/ecdsa/ecs_sign.c
@@ -54,7 +54,9 @@
*/
#include "ecdsa.h"
+#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
+#endif
ECDSA_SIG * ECDSA_do_sign(const unsigned char *dgst, int dlen, EC_KEY *eckey)
{