From: Geoff Thorpe Date: Mon, 17 May 2004 18:58:47 +0000 (+0000) Subject: I can't verify this directly, but recent changes will probably require that X-Git-Tag: BEN_FIPS_TEST_6~14^2~249 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ac0d0a5ecd0deddf2d9b1a44cf7de69c8274b82d;p=oweals%2Fopenssl.git 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). --- 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))