diff options
Diffstat (limited to 'execute.c')
| -rw-r--r-- | execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1386,7 +1386,7 @@ static void suhosin_gen_entropy(php_uint32 *entropybuf TSRMLS_DC) | |||
| 1386 | } | 1386 | } |
| 1387 | #else | 1387 | #else |
| 1388 | /* we have to live with the possibility that this call fails */ | 1388 | /* we have to live with the possibility that this call fails */ |
| 1389 | php_win32_get_random_bytes(rbuf, 8 * sizeof(php_uint32)); | 1389 | php_win32_get_random_bytes((unsigned char*)&seedbuf[6], 8 * sizeof(php_uint32)); |
| 1390 | #endif | 1390 | #endif |
| 1391 | 1391 | ||
| 1392 | suhosin_SHA256Init(&context); | 1392 | suhosin_SHA256Init(&context); |
