mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 17:37:30 +09:00
re-introduce old nss im too tired for this
This commit is contained in:
parent
3c46be320d
commit
3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions
|
|
@ -8,9 +8,9 @@
|
|||
|
||||
#include "seccomon.h"
|
||||
|
||||
#if defined(XP_UNIX) && defined(SEED_ONLY_DEV_URANDOM)
|
||||
#if (defined(XP_UNIX) || defined(XP_BEOS)) && defined(SEED_ONLY_DEV_URANDOM)
|
||||
#include "unix_urandom.c"
|
||||
#elif defined(XP_UNIX)
|
||||
#elif defined(XP_UNIX) || defined(XP_BEOS)
|
||||
#include "unix_rand.c"
|
||||
#endif
|
||||
#ifdef XP_WIN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue