提交 93b8981d 编写于 作者: F FdaSilvaYY 提交者: Rich Salz

Useless includes

Reviewed-by: NKurt Roeckx <kurt@openssl.org>
Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1168)
上级 5ab0b7e6
......@@ -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)
......
......@@ -9,8 +9,6 @@
#include <openssl/ec.h>
#include "ec_lcl.h"
#include <string.h>
#include <openssl/engine.h>
#include <openssl/err.h>
/*-
......
......@@ -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>
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册