Commit 2f6ebed1 authored by Richard Levitte's avatar Richard Levitte
Browse files

Wrap the inclusion of openssl/engine.h with a protective check for

the absence of OPENSSL_NO_ENGINE.

PR: 1123
parent 156f6572
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"