projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f15390b
)
I can't verify this directly, but recent changes will probably require that
author
Geoff Thorpe
<geoff@openssl.org>
Mon, 17 May 2004 18:58:47 +0000
(18:58 +0000)
committer
Geoff 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
patch
|
blob
|
history
diff --git
a/crypto/engine/eng_cryptodev.c
b/crypto/engine/eng_cryptodev.c
index 84d062a232f42241a231d644327cb44f30033499..51197d1e018cfeb4c2b3b1e5c0e8e26369b7f2a1 100644
(file)
--- a/
crypto/engine/eng_cryptodev.c
+++ b/
crypto/engine/eng_cryptodev.c
@@
-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))