Skip to content

Commit ccae79a

Browse files
committed
- did I not kill that already? (do not use rand_screen, pointless on server and not TS)
1 parent 262492a commit ccae79a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ext/openssl/openssl.c

-4
Original file line numberDiff line numberDiff line change
@@ -4900,10 +4900,6 @@ PHP_FUNCTION(openssl_random_pseudo_bytes)
49004900

49014901
buffer = emalloc(buffer_length + 1);
49024902

4903-
#ifdef WINDOWS
4904-
RAND_screen();
4905-
#endif
4906-
49074903
if ((strong_result = RAND_pseudo_bytes(buffer, buffer_length)) < 0) {
49084904
efree(buffer);
49094905
RETURN_FALSE;

0 commit comments

Comments
 (0)