diff options
| author | jsg <> | 2014-05-07 08:31:30 +0000 |
|---|---|---|
| committer | jsg <> | 2014-05-07 08:31:30 +0000 |
| commit | 5a0b780aae6d50b584d4a14b5a450faf7e38eb78 (patch) | |
| tree | 6744f2b7d32fd8986b58f72b957fb9d7740c661a /src/lib/libcrypto/engine/hw_cryptodev.c | |
| parent | c487520c2244b27892a86f1a8c76dbaf03929e9e (diff) | |
| download | openbsd-5a0b780aae6d50b584d4a14b5a450faf7e38eb78.tar.gz openbsd-5a0b780aae6d50b584d4a14b5a450faf7e38eb78.tar.bz2 openbsd-5a0b780aae6d50b584d4a14b5a450faf7e38eb78.zip | |
add additional includes from eng_cryptodev.c
makes this compile with OPENSSL_NO_DEPRECATED defined.
ok deraadt@
Diffstat (limited to 'src/lib/libcrypto/engine/hw_cryptodev.c')
| -rw-r--r-- | src/lib/libcrypto/engine/hw_cryptodev.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/libcrypto/engine/hw_cryptodev.c b/src/lib/libcrypto/engine/hw_cryptodev.c index 9b24511b69..7d55045164 100644 --- a/src/lib/libcrypto/engine/hw_cryptodev.c +++ b/src/lib/libcrypto/engine/hw_cryptodev.c | |||
| @@ -29,6 +29,7 @@ | |||
| 29 | #include <openssl/objects.h> | 29 | #include <openssl/objects.h> |
| 30 | #include <openssl/engine.h> | 30 | #include <openssl/engine.h> |
| 31 | #include <openssl/evp.h> | 31 | #include <openssl/evp.h> |
| 32 | #include <openssl/bn.h> | ||
| 32 | 33 | ||
| 33 | #if (defined(__unix__) || defined(unix)) && !defined(USG) | 34 | #if (defined(__unix__) || defined(unix)) && !defined(USG) |
| 34 | #include <sys/param.h> | 35 | #include <sys/param.h> |
| @@ -53,6 +54,10 @@ ENGINE_load_cryptodev(void) | |||
| 53 | 54 | ||
| 54 | #include <sys/types.h> | 55 | #include <sys/types.h> |
| 55 | #include <crypto/cryptodev.h> | 56 | #include <crypto/cryptodev.h> |
| 57 | #include <openssl/dh.h> | ||
| 58 | #include <openssl/dsa.h> | ||
| 59 | #include <openssl/err.h> | ||
| 60 | #include <openssl/rsa.h> | ||
| 56 | #include <sys/ioctl.h> | 61 | #include <sys/ioctl.h> |
| 57 | 62 | ||
| 58 | #include <errno.h> | 63 | #include <errno.h> |
