Wrap the inclusion of openssl/engine.h with a protective check for
the absence of OPENSSL_NO_ENGINE. PR: 1123
This commit is contained in:
parent
156f657209
commit
2f6ebed1dc
@ -59,7 +59,9 @@
|
||||
#include <string.h>
|
||||
#include <openssl/bn.h>
|
||||
#include <openssl/err.h>
|
||||
#ifndef OPENSSL_NO_ENGINE
|
||||
#include <openssl/engine.h>
|
||||
#endif
|
||||
#include <openssl/sha.h>
|
||||
#include <openssl/x509.h>
|
||||
#include "str_locl.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user