summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecdsa_sign.c
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-03-25 20:04:12 +0100
committerRich Salz <rsalz@openssl.org>2016-06-18 16:30:24 -0400
commit93b8981d894fbac19e0478f87ede72f1a1b813ce (patch)
tree077c3d0a8d927bb4c08423de777fa1072a5e5fc9 /crypto/ec/ecdsa_sign.c
parent5ab0b7e6263ab0ff666133cefbf1e4d1f91e867d (diff)
Useless includes
Reviewed-by: Kurt Roeckx <kurt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1168)
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)