We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5c60e commit 840c78bCopy full SHA for 840c78b
ext/openssl/config0.m4
@@ -28,14 +28,15 @@ if test "$PHP_OPENSSL" != "no"; then
28
PHP_EVAL_LIBLINE($KERBEROS_LIBS, OPENSSL_SHARED_LIBADD)
29
fi
30
31
- AC_CHECK_FUNCS([RAND_egd])
32
-
33
PHP_SETUP_OPENSSL(OPENSSL_SHARED_LIBADD,
34
[
35
AC_DEFINE(HAVE_OPENSSL_EXT,1,[ ])
36
], [
37
AC_MSG_ERROR([OpenSSL check failed. Please check config.log for more information.])
38
])
+
+ AC_CHECK_FUNCS([RAND_egd])
39
40
if test "$PHP_SYSTEM_CIPHERS" != "no"; then
41
AC_DEFINE(USE_OPENSSL_SYSTEM_CIPHERS,1,[ Use system default cipher list instead of hardcoded value ])
42
0 commit comments