Commit ac0d0a5e authored by Geoff Thorpe's avatar Geoff Thorpe
Browse files

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).
parent f15390bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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))