diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libcrypto/engine/hw_cryptodev.c | 5 | ||||
| -rw-r--r-- | lib/libssl/src/crypto/engine/hw_cryptodev.c | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lib/libcrypto/engine/hw_cryptodev.c b/lib/libcrypto/engine/hw_cryptodev.c index 9b24511b693..7d550451649 100644 --- a/lib/libcrypto/engine/hw_cryptodev.c +++ b/lib/libcrypto/engine/hw_cryptodev.c @@ -29,6 +29,7 @@ #include <openssl/objects.h> #include <openssl/engine.h> #include <openssl/evp.h> +#include <openssl/bn.h> #if (defined(__unix__) || defined(unix)) && !defined(USG) #include <sys/param.h> @@ -53,6 +54,10 @@ ENGINE_load_cryptodev(void) #include <sys/types.h> #include <crypto/cryptodev.h> +#include <openssl/dh.h> +#include <openssl/dsa.h> +#include <openssl/err.h> +#include <openssl/rsa.h> #include <sys/ioctl.h> #include <errno.h> diff --git a/lib/libssl/src/crypto/engine/hw_cryptodev.c b/lib/libssl/src/crypto/engine/hw_cryptodev.c index 9b24511b693..7d550451649 100644 --- a/lib/libssl/src/crypto/engine/hw_cryptodev.c +++ b/lib/libssl/src/crypto/engine/hw_cryptodev.c @@ -29,6 +29,7 @@ #include <openssl/objects.h> #include <openssl/engine.h> #include <openssl/evp.h> +#include <openssl/bn.h> #if (defined(__unix__) || defined(unix)) && !defined(USG) #include <sys/param.h> @@ -53,6 +54,10 @@ ENGINE_load_cryptodev(void) #include <sys/types.h> #include <crypto/cryptodev.h> +#include <openssl/dh.h> +#include <openssl/dsa.h> +#include <openssl/err.h> +#include <openssl/rsa.h> #include <sys/ioctl.h> #include <errno.h> |
