Useless includes
authorFdaSilvaYY <fdasilvayy@gmail.com>
Fri, 25 Mar 2016 19:04:12 +0000 (20:04 +0100)
committerRich Salz <rsalz@openssl.org>
Sat, 18 Jun 2016 20:30:24 +0000 (16:30 -0400)
Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1168)

crypto/ec/ecdsa_sign.c
crypto/ec/ecdsa_vrf.c
test/p5_crpt2_test.c
test/ssltest_old.c

index 84a56a36d2f11d8a4574ca3d79ab2807c039e60a..aee06e991bada0356ffcde106886e05abaf99280 100644 (file)
@@ -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)
index bc9ebf402543388b762f356dfe8190a8f0313d60..f61a20063e4b51e2599cefdfbd1598b835df7168 100644 (file)
@@ -9,8 +9,6 @@
 
 #include <openssl/ec.h>
 #include "ec_lcl.h"
-#include <string.h>
-#include <openssl/engine.h>
 #include <openssl/err.h>
 
 /*-
index 5785519aa107c9829fb7e43f35c4d1259146ebc9..4a40c26c9833c9283cedaeae1600f564627deea9 100644 (file)
@@ -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>
 
index bc73380146fefb3e297cce54dc6228b42589552b..74908b0087b3398ef2ebc0364b9a02c665f85df9 100644 (file)
@@ -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