From: jsg Date: Wed, 7 May 2014 08:31:30 +0000 (+0000) Subject: add additional includes from eng_cryptodev.c X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d70b026628e58895b3a56e053e7133d99d822f08;p=openbsd add additional includes from eng_cryptodev.c makes this compile with OPENSSL_NO_DEPRECATED defined. ok deraadt@ --- 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