From: FdaSilvaYY Date: Fri, 25 Mar 2016 19:04:12 +0000 (+0100) Subject: Useless includes X-Git-Tag: OpenSSL_1_1_0-pre6~404 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=93b8981d894fbac19e0478f87ede72f1a1b813ce Useless includes Reviewed-by: Kurt Roeckx Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1168) --- 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 /*- diff --git a/test/p5_crpt2_test.c b/test/p5_crpt2_test.c index 5785519aa1..4a40c26c98 100644 --- a/test/p5_crpt2_test.c +++ b/test/p5_crpt2_test.c @@ -14,9 +14,6 @@ #include #include -#ifndef OPENSSL_NO_ENGINE -# include -#endif #include #include diff --git a/test/ssltest_old.c b/test/ssltest_old.c index bc73380146..74908b0087 100644 --- a/test/ssltest_old.c +++ b/test/ssltest_old.c @@ -73,9 +73,6 @@ #include #include #include -#ifndef OPENSSL_NO_ENGINE -# include -#endif #include #include #ifndef OPENSSL_NO_RSA