1
0
Fork 0
mirror of https://github.com/pissnet/angiosperm.git synced 2025-07-31 16:42:23 +01:00
angiosperm/librb/include/arc4random.h

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