提交 f15390bd 编写于 作者: G Geoff Thorpe

The inclusion of bn.h from the engine.h API header has been deprecated, so

the engine implementations need to include bn.h to manipulate bignums.
上级 d095b68d
...@@ -62,6 +62,7 @@ ...@@ -62,6 +62,7 @@
#include <openssl/engine.h> #include <openssl/engine.h>
#include <openssl/rand.h> #include <openssl/rand.h>
#include <openssl/rsa.h> #include <openssl/rsa.h>
#include <openssl/bn.h>
#ifndef OPENSSL_NO_HW #ifndef OPENSSL_NO_HW
#ifndef OPENSSL_NO_HW_4758_CCA #ifndef OPENSSL_NO_HW_4758_CCA
......
...@@ -72,6 +72,7 @@ typedef int pid_t; ...@@ -72,6 +72,7 @@ typedef int pid_t;
#include <openssl/rsa.h> #include <openssl/rsa.h>
#include <openssl/dsa.h> #include <openssl/dsa.h>
#include <openssl/dh.h> #include <openssl/dh.h>
#include <openssl/bn.h>
#ifndef OPENSSL_NO_HW #ifndef OPENSSL_NO_HW
#ifndef OPENSSL_NO_HW_AEP #ifndef OPENSSL_NO_HW_AEP
......
...@@ -65,6 +65,7 @@ ...@@ -65,6 +65,7 @@
#include <openssl/rsa.h> #include <openssl/rsa.h>
#include <openssl/dsa.h> #include <openssl/dsa.h>
#include <openssl/dh.h> #include <openssl/dh.h>
#include <openssl/bn.h>
#ifndef OPENSSL_NO_HW #ifndef OPENSSL_NO_HW
#ifndef OPENSSL_NO_HW_ATALLA #ifndef OPENSSL_NO_HW_ATALLA
......
...@@ -66,6 +66,7 @@ ...@@ -66,6 +66,7 @@
#include <openssl/dsa.h> #include <openssl/dsa.h>
#include <openssl/dh.h> #include <openssl/dh.h>
#include <openssl/rand.h> #include <openssl/rand.h>
#include <openssl/bn.h>
#ifndef OPENSSL_NO_HW #ifndef OPENSSL_NO_HW
#ifndef OPENSSL_NO_HW_CSWIFT #ifndef OPENSSL_NO_HW_CSWIFT
......
...@@ -67,6 +67,7 @@ ...@@ -67,6 +67,7 @@
#include <openssl/rand.h> #include <openssl/rand.h>
#include <openssl/rsa.h> #include <openssl/rsa.h>
#include <openssl/dh.h> #include <openssl/dh.h>
#include <openssl/bn.h>
#ifndef OPENSSL_NO_HW #ifndef OPENSSL_NO_HW
#ifndef OPENSSL_NO_HW_NCIPHER #ifndef OPENSSL_NO_HW_NCIPHER
......
...@@ -65,6 +65,7 @@ ...@@ -65,6 +65,7 @@
#include <openssl/rsa.h> #include <openssl/rsa.h>
#include <openssl/dsa.h> #include <openssl/dsa.h>
#include <openssl/dh.h> #include <openssl/dh.h>
#include <openssl/bn.h>
#ifndef OPENSSL_NO_HW #ifndef OPENSSL_NO_HW
#ifndef OPENSSL_NO_HW_NURON #ifndef OPENSSL_NO_HW_NURON
......
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
#include <openssl/rsa.h> #include <openssl/rsa.h>
#include <openssl/dsa.h> #include <openssl/dsa.h>
#include <openssl/dh.h> #include <openssl/dh.h>
#include <openssl/bn.h>
#ifndef OPENSSL_NO_HW #ifndef OPENSSL_NO_HW
#ifndef OPENSSL_NO_HW_SUREWARE #ifndef OPENSSL_NO_HW_SUREWARE
......
...@@ -67,6 +67,7 @@ ...@@ -67,6 +67,7 @@
#include <openssl/rsa.h> #include <openssl/rsa.h>
#include <openssl/dsa.h> #include <openssl/dsa.h>
#include <openssl/dh.h> #include <openssl/dh.h>
#include <openssl/bn.h>
#ifndef OPENSSL_NO_HW #ifndef OPENSSL_NO_HW
#ifndef OPENSSL_NO_HW_UBSEC #ifndef OPENSSL_NO_HW_UBSEC
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册