From 93b8981d894fbac19e0478f87ede72f1a1b813ce Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Fri, 25 Mar 2016 20:04:12 +0100 Subject: Useless includes Reviewed-by: Kurt Roeckx Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1168) --- crypto/ec/ecdsa_sign.c | 2 -- crypto/ec/ecdsa_vrf.c | 2 -- 2 files changed, 4 deletions(-) (limited to 'crypto/ec') 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 #include "ec_lcl.h" -#include -#include #include ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, int dlen, EC_KEY *eckey) diff --git a/crypto/ec/ecdsa_vrf.c b/crypto/ec/ecdsa_vrf.c index bc9ebf4025..f61a20063e 100644 --- a/crypto/ec/ecdsa_vrf.c +++ b/crypto/ec/ecdsa_vrf.c @@ -9,8 +9,6 @@ #include #include "ec_lcl.h" -#include -#include #include /*- -- cgit v1.2.3