A bit more urandom cleanup

This commit is contained in:
Brian Cox 2017-07-19 23:02:13 -07:00
parent 5757a53d61
commit 148a5e38d4
1 changed files with 1 additions and 3 deletions

View File

@ -57,8 +57,6 @@
#include <unistd.h>
#include <fcntl.h>
#define HAVE_DEVICE_RANDOM (HAVE_DEV_RANDOM || HAVE_DEV_URANDOM || HAVE_DEV_ARANDOM)
const uint32 EL_GAMAL_SIG_PUBLIC_MAGIC_NUM = 0x7ae2c945;
const uint32 EL_GAMAL_SIG_PRIVATE_MAGIC_NUM = 0x0d0ffa12;
@ -1243,7 +1241,7 @@ cHashedKey192::~cHashedKey192()
/////////////////////////////////////////////////////////
#if HAVE_DEVICE_RANDOM
#if HAVE_DEV_URANDOM
static bool randomize_by_device(const char* device_name, int8* destbuf, int len)
{
static int rng_device = -1;