summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecdsa_sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ec/ecdsa_sign.c')
-rw-r--r--crypto/ec/ecdsa_sign.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/ec/ecdsa_sign.c b/crypto/ec/ecdsa_sign.c
index df90175980..738c276ae9 100644
--- a/crypto/ec/ecdsa_sign.c
+++ b/crypto/ec/ecdsa_sign.c
@@ -54,9 +54,7 @@
#include <openssl/ec.h>
#include "ec_lcl.h"
-#ifndef OPENSSL_NO_ENGINE
-# include <openssl/engine.h>
-#endif
+#include <openssl/engine.h>
#include <openssl/rand.h>
#include <openssl/err.h>