You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
openssl: Sync with upstream 1.0.2l
This commit is contained in:
2
thirdparty/openssl/crypto/rand/rand_unix.c
vendored
2
thirdparty/openssl/crypto/rand/rand_unix.c
vendored
@@ -235,7 +235,7 @@ int RAND_poll(void)
|
||||
rnd >>= 8;
|
||||
}
|
||||
RAND_add(buf, sizeof(buf), ENTROPY_NEEDED);
|
||||
memset(buf, 0, sizeof(buf));
|
||||
OPENSSL_cleanse(buf, sizeof(buf));
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user