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:
parent
f15390bdb4
commit
ac0d0a5ecd
@ -29,6 +29,7 @@
|
|||||||
#include <openssl/objects.h>
|
#include <openssl/objects.h>
|
||||||
#include <openssl/engine.h>
|
#include <openssl/engine.h>
|
||||||
#include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
|
#include <openssl/bn.h>
|
||||||
|
|
||||||
#if (defined(__unix__) || defined(unix)) && !defined(USG) && \
|
#if (defined(__unix__) || defined(unix)) && !defined(USG) && \
|
||||||
(defined(OpenBSD) || defined(__FreeBSD_version))
|
(defined(OpenBSD) || defined(__FreeBSD_version))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user