From d70b026628e58895b3a56e053e7133d99d822f08 Mon Sep 17 00:00:00 2001 From: jsg Date: Wed, 7 May 2014 08:31:30 +0000 Subject: [PATCH] add additional includes from eng_cryptodev.c makes this compile with OPENSSL_NO_DEPRECATED defined. ok deraadt@ --- lib/libcrypto/engine/hw_cryptodev.c | 5 +++++ lib/libssl/src/crypto/engine/hw_cryptodev.c | 5 +++++ 2 files changed, 10 insertions(+) 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 #include #include +#include #if (defined(__unix__) || defined(unix)) && !defined(USG) #include @@ -53,6 +54,10 @@ ENGINE_load_cryptodev(void) #include #include +#include +#include +#include +#include #include #include 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 #include #include +#include #if (defined(__unix__) || defined(unix)) && !defined(USG) #include @@ -53,6 +54,10 @@ ENGINE_load_cryptodev(void) #include #include +#include +#include +#include +#include #include #include -- 2.20.1