From ac0d0a5ecd0deddf2d9b1a44cf7de69c8274b82d Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Mon, 17 May 2004 18:58:47 +0000 Subject: [PATCH] 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). --- crypto/engine/eng_cryptodev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/engine/eng_cryptodev.c b/crypto/engine/eng_cryptodev.c index 84d062a232..51197d1e01 100644 --- a/crypto/engine/eng_cryptodev.c +++ b/crypto/engine/eng_cryptodev.c @@ -29,6 +29,7 @@ #include #include #include +#include #if (defined(__unix__) || defined(unix)) && !defined(USG) && \ (defined(OpenBSD) || defined(__FreeBSD_version)) -- 2.34.1