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:
ebcdd0c
)
Since there are some big symbols, engine.h needs to include
author
Richard Levitte
<levitte@openssl.org>
Sun, 17 Sep 2000 18:16:02 +0000
(18:16 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 17 Sep 2000 18:16:02 +0000
(18:16 +0000)
symhacks.h.
crypto/engine/engine.h
patch
|
blob
|
history
diff --git
a/crypto/engine/engine.h
b/crypto/engine/engine.h
index adf32e751c0fb94806e1c6f2b78debb230202a15..2983f47034ec9340c18915fff3971491176c1afa 100644
(file)
--- a/
crypto/engine/engine.h
+++ b/
crypto/engine/engine.h
@@
-65,6
+65,7
@@
#include <openssl/dh.h>
#include <openssl/rand.h>
#include <openssl/evp.h>
+#include <openssl/symhacks.h>
#ifdef __cplusplus
extern "C" {