提交 37eae990 编写于 作者: D Dr. Stephen Henson

Remove unnecessary dependencies.

上级 6892d0eb
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
#include <openssl/evp.h> #include <openssl/evp.h>
#include <openssl/objects.h> #include <openssl/objects.h>
#include <openssl/x509.h> #include <openssl/sha.h>
#ifndef OPENSSL_NO_RSA #ifndef OPENSSL_NO_RSA
#include <openssl/rsa.h> #include <openssl/rsa.h>
#endif #endif
......
...@@ -65,9 +65,6 @@ ...@@ -65,9 +65,6 @@
#include <openssl/bn.h> #include <openssl/bn.h>
#include <openssl/rsa.h> #include <openssl/rsa.h>
#include <openssl/rand.h> #include <openssl/rand.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif
int RSA_size(const RSA *r) int RSA_size(const RSA *r)
{ {
......
...@@ -71,10 +71,8 @@ ...@@ -71,10 +71,8 @@
#include <openssl/rand.h> #include <openssl/rand.h>
#include <openssl/bio.h> #include <openssl/bio.h>
#include <openssl/err.h> #include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/bn.h> #include <openssl/bn.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif
#if defined(OPENSSL_NO_DSA) || !defined(OPENSSL_FIPS) #if defined(OPENSSL_NO_DSA) || !defined(OPENSSL_FIPS)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册