mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Sync HAVE_OPENSSL* symbols (#14333)
This syncs few inconsistencies between the Windows and Autotools build systems: - HAVE_OPENSSL_EXT is now defined in the same style on both systems (undefined - extension is not available, defined to 1 - extension is available) - HAVE_OPENSSL removed as it was only defined on Windows
This commit is contained in:
parent
bfc988552f
commit
61a0e3bd19
7 changed files with 10 additions and 7 deletions
|
@ -88,7 +88,7 @@
|
|||
# include "win32/select.h"
|
||||
#endif
|
||||
|
||||
#if defined(PHP_WIN32) && defined(HAVE_OPENSSL)
|
||||
#if defined(PHP_WIN32) && defined(HAVE_OPENSSL_EXT)
|
||||
# include "openssl/applink.c"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue