mirror of
https://github.com/openssl/openssl.git
synced 2024-12-25 01:43:57 +08:00
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/engine.h>
|
||||
#include <openssl/evp.h>
|
||||
#include <openssl/bn.h>
|
||||
|
||||
#if (defined(__unix__) || defined(unix)) && !defined(USG) && \
|
||||
(defined(OpenBSD) || defined(__FreeBSD_version))
|
||||
|
Loading…
Reference in New Issue
Block a user