COMPILER_ASSERT is not needed for randombytes_sysrandom
This commit is contained in:
parent
3505db86a5
commit
68822dab0a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user