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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/ec/ecdsa_sign.c b/crypto/ec/ecdsa_sign.c
index 84a56a36d2..aee06e991b 100644
--- a/crypto/ec/ecdsa_sign.c
+++ b/crypto/ec/ecdsa_sign.c
@@ -9,8 +9,6 @@
#include <openssl/ec.h>
#include "ec_lcl.h"
-#include <openssl/engine.h>
-#include <openssl/rand.h>
#include <openssl/err.h>
ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, int dlen, EC_KEY *eckey)