COMPILER_ASSERT is not needed for randombytes_sysrandom

This commit is contained in:
Frank Denis 2013-01-21 14:39:22 -08:00
parent 3505db86a5
commit 68822dab0a

View File

@ -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;