diff options
Diffstat (limited to '')
| -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> |
