I can't verify this directly, but recent changes will probably require that
authorGeoff Thorpe <geoff@openssl.org>
Mon, 17 May 2004 18:58:47 +0000 (18:58 +0000)
committerGeoff Thorpe <geoff@openssl.org>
Mon, 17 May 2004 18:58:47 +0000 (18:58 +0000)
the cryptodev implementation include bn.h directly (when building with
OPENSSL_NO_DEPRECATED that is).

crypto/engine/eng_cryptodev.c

index 84d062a232f42241a231d644327cb44f30033499..51197d1e018cfeb4c2b3b1e5c0e8e26369b7f2a1 100644 (file)
@@ -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))