libc: Remove unused definition
RANDOMDEV isn't used after r306636. Remove the unneeded definition. No functional change. Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
9c5dca2cda
commit
93d24dce27
@ -59,7 +59,6 @@ struct arc4_stream {
|
||||
|
||||
static pthread_mutex_t arc4random_mtx = PTHREAD_MUTEX_INITIALIZER;
|
||||
|
||||
#define RANDOMDEV "/dev/random"
|
||||
#define KEYSIZE 128
|
||||
#define _ARC4_LOCK() \
|
||||
do { \
|
||||
|
Loading…
Reference in New Issue
Block a user