Wrap the inclusion of openssl/engine.h with a protective check for
the absence of OPENSSL_NO_ENGINE.
This commit is contained in:
parent
2f6ebed1dc
commit
97b708910a
1 changed files with 2 additions and 0 deletions
|
@ -93,7 +93,9 @@ int main(int argc, char * argv[])
|
|||
#include <openssl/bio.h>
|
||||
#include <openssl/evp.h>
|
||||
#include <openssl/ecdsa.h>
|
||||
#ifndef OPENSSL_NO_ENGINE
|
||||
#include <openssl/engine.h>
|
||||
#endif
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/rand.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue