ext/openssl: fix libressl build.

This commit is contained in:
David Carlier 2023-12-10 03:37:13 +00:00
parent 62682cbd97
commit adf22c57c3

View file

@ -61,7 +61,7 @@
#include <openssl/param_build.h>
#endif
#if OPENSSL_VERSION_NUMBER < 0x10100000L && !defined(OPENSSL_NO_ENGINE)
#if (OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)) && !defined(OPENSSL_NO_ENGINE)
#include <openssl/engine.h>
#endif