mirror of
https://github.com/matrix-construct/construct
synced 2024-11-01 11:29:05 +01:00
608e20b4fa
This reverts commit 6a25507e90
.
7 lines
198 B
C
7 lines
198 B
C
|
|
|
|
#if !defined(HAVE_OPENSSL) && !defined(HAVE_GNUTLS) && !defined(HAVE_ARC4RANDOM)
|
|
void arc4random_stir(void);
|
|
uint32_t arc4random(void);
|
|
void arc4random_addrandom(uint8_t *dat, int datlen);
|
|
#endif
|