From ec9f9d1688e952d0af7588f9c1cb2b919d4f29e0 Mon Sep 17 00:00:00 2001 From: jsg <> Date: Wed, 7 May 2014 08:31:30 +0000 Subject: add additional includes from eng_cryptodev.c makes this compile with OPENSSL_NO_DEPRECATED defined. ok deraadt@ --- src/lib/libssl/src/crypto/engine/hw_cryptodev.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/lib/libssl/src') diff --git a/src/lib/libssl/src/crypto/engine/hw_cryptodev.c b/src/lib/libssl/src/crypto/engine/hw_cryptodev.c index 9b24511b69..7d55045164 100644 --- a/src/lib/libssl/src/crypto/engine/hw_cryptodev.c +++ b/src/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 -- cgit v1.2.3-55-g6feb