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).
This commit is contained in:
Geoff Thorpe 2004-05-17 18:58:47 +00:00
parent f15390bdb4
commit ac0d0a5ecd

View 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))