File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ PHP NEWS
13
13
- GD:
14
14
. Fixed bug #71316 (libpng warning from imagecreatefromstring). (cmb)
15
15
16
+ - OpenSSL:
17
+ . Fixed bug #75725 (./configure: detecting RAND_egd). (Dilyan Palauzov)
18
+
16
19
- Standard:
17
20
. Fixed bug #81618 (dns_get_record fails on FreeBSD for missing type).
18
21
(fsbruva)
Original file line number Diff line number Diff line change @@ -28,8 +28,6 @@ if test "$PHP_OPENSSL" != "no"; then
28
28
PHP_EVAL_LIBLINE($KERBEROS_LIBS, OPENSSL_SHARED_LIBADD)
29
29
fi
30
30
31
- AC_CHECK_FUNCS ( [ RAND_egd] )
32
-
33
31
PHP_SETUP_OPENSSL(OPENSSL_SHARED_LIBADD,
34
32
[
35
33
AC_DEFINE ( HAVE_OPENSSL_EXT ,1 ,[ ] )
@@ -39,4 +37,5 @@ if test "$PHP_OPENSSL" != "no"; then
39
37
if test "$PHP_SYSTEM_CIPHERS" != "no"; then
40
38
AC_DEFINE ( USE_OPENSSL_SYSTEM_CIPHERS ,1 ,[ Use system default cipher list instead of hardcoded value ] )
41
39
fi
40
+ AC_CHECK_FUNCS ( [ RAND_egd] )
42
41
fi
You can’t perform that action at this time.
0 commit comments