projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ENGINE fixes
[openssl.git]
/
crypto
/
ec
/
ec_kmeth.c
diff --git
a/crypto/ec/ec_kmeth.c
b/crypto/ec/ec_kmeth.c
index 6be99c2265304155c6be3e6a5e06a8d0916b851c..4904989d63f784497e5b7ee53fe9e39efa160043 100644
(file)
--- a/
crypto/ec/ec_kmeth.c
+++ b/
crypto/ec/ec_kmeth.c
@@
-53,7
+53,9
@@
*/
#include <openssl/ec.h>
*/
#include <openssl/ec.h>
-#include <openssl/engine.h>
+#ifndef OPENSSL_NO_ENGINE
+# include <openssl/engine.h>
+#endif
#include <openssl/err.h>
#include "ec_lcl.h"
#include <openssl/err.h>
#include "ec_lcl.h"