aboutsummaryrefslogtreecommitdiffstats
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
parent5ab0b7e6263ab0ff666133cefbf1e4d1f91e867d (diff)
downloadopenssl-93b8981d894fbac19e0478f87ede72f1a1b813ce.tar.gz
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)
-rw-r--r--crypto/ec/ecdsa_sign.c2
-rw-r--r--crypto/ec/ecdsa_vrf.c2
-rw-r--r--test/p5_crpt2_test.c3
-rw-r--r--test/ssltest_old.c3
4 files changed, 0 insertions, 10 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)
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 <openssl/ec.h>
#include "ec_lcl.h"
-#include <string.h>
-#include <openssl/engine.h>
#include <openssl/err.h>
/*-
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 <openssl/opensslconf.h>
#include <openssl/evp.h>
-#ifndef OPENSSL_NO_ENGINE
-# include <openssl/engine.h>
-#endif
#include <openssl/err.h>
#include <openssl/conf.h>
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 <openssl/x509.h>
#include <openssl/x509v3.h>
#include <openssl/ssl.h>
-#ifndef OPENSSL_NO_ENGINE
-# include <openssl/engine.h>
-#endif
#include <openssl/err.h>
#include <openssl/rand.h>
#ifndef OPENSSL_NO_RSA