mirror of
https://github.com/matrix-construct/construct
synced 2024-10-30 18:39:02 +01:00
ea53aab823
* librb is no longer a separately configured subproject. * charybdis is now a standalone directory with a binary. * Include path layout now requires a directory ircd/ rb/ etc.
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
|