Skip to content

Commit

Permalink
Conditional include for openssl engines
Browse files Browse the repository at this point in the history
  • Loading branch information
thalman committed Jul 29, 2024
1 parent fa0590e commit 032602a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/openssl/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/conf.h>
#if !defined(OPENSSL_NO_ENGINE) && defined(XMLSEC_OPENSSL3_ENGINES)
#include <openssl/engine.h>
#endif /* !defined(OPENSSL_NO_ENGINE) && defined(XMLSEC_OPENSSL3_ENGINES) */
#include <openssl/ui.h>

#include <xmlsec/xmlsec.h>
Expand Down

0 comments on commit 032602a

Please sign in to comment.