aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2004-05-17 18:58:47 +0000
committerGeoff Thorpe <geoff@openssl.org>2004-05-17 18:58:47 +0000
commitac0d0a5ecd0deddf2d9b1a44cf7de69c8274b82d (patch)
treee58cbb47c276a5d116f910e3b4ea01cff3b5cecf /crypto/engine
parentf15390bdb45637f36266e36ea0967a4456ff7008 (diff)
downloadopenssl-ac0d0a5ecd0deddf2d9b1a44cf7de69c8274b82d.zip
openssl-ac0d0a5ecd0deddf2d9b1a44cf7de69c8274b82d.tar.gz
openssl-ac0d0a5ecd0deddf2d9b1a44cf7de69c8274b82d.tar.bz2
I can't verify this directly, but recent changes will probably require that
the cryptodev implementation include bn.h directly (when building with OPENSSL_NO_DEPRECATED that is).
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/eng_cryptodev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/engine/eng_cryptodev.c b/crypto/engine/eng_cryptodev.c
index 84d062a..51197d1 100644
--- a/crypto/engine/eng_cryptodev.c
+++ b/crypto/engine/eng_cryptodev.c
@@ -29,6 +29,7 @@
#include <openssl/objects.h>
#include <openssl/engine.h>
#include <openssl/evp.h>
+#include <openssl/bn.h>
#if (defined(__unix__) || defined(unix)) && !defined(USG) && \
(defined(OpenBSD) || defined(__FreeBSD_version))