mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
ext/openssl: fix libressl build.
This commit is contained in:
parent
62682cbd97
commit
adf22c57c3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue