mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-26 19:57:13 +09:00
COMPILER_ASSERT is not needed for randombytes_sysrandom
This commit is contained in:
@@ -21,8 +21,6 @@
|
||||
# include <Wincrypt.h>
|
||||
#endif
|
||||
|
||||
#define COMPILER_ASSERT(X) (void) sizeof(char[(X) ? 1 : -1])
|
||||
|
||||
typedef struct SysRandom_ {
|
||||
#ifdef _WIN32
|
||||
HCRYPTPROV hcrypt_prov;
|
||||
|
||||
Reference in New Issue
Block a user