aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2015-01-30 18:59:32 +0000
committerBen Laurie <ben@links.org>2015-01-30 22:23:17 +0000
commit4de8385796541c8c2973813f5da5fad173ba1ca2 (patch)
tree2d1019a805879a35c78981092c4c0663aecb9777 /crypto/engine
parent02a938c953b3e1ced71d9a832de1618f907eb96d (diff)
downloadopenssl-4de8385796541c8c2973813f5da5fad173ba1ca2.tar.gz
Build correctly for me on FreeBSD 10.
Reviewed-by: Rich Salz Don't debug.
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 6b5cc198c3..65efc81802 100644
--- a/crypto/engine/eng_cryptodev.c
+++ b/crypto/engine/eng_cryptodev.c
@@ -30,6 +30,7 @@
#include <openssl/engine.h>
#include <openssl/evp.h>
#include <openssl/bn.h>
+#include "../bn/bn_lcl.h"
#if (defined(__unix__) || defined(unix)) && !defined(USG) && \
(defined(OpenBSD) || defined(__FreeBSD__))