1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* rndlinux.c: Removed HAVE_LINUX_RANDOM_H conditional because it

was never used and the configure test did set the wrong macro
anyway.
This commit is contained in:
Werner Koch 2002-06-29 20:46:43 +00:00
parent bc46bac1ad
commit db1e07ba0a
2 changed files with 6 additions and 2 deletions

View file

@ -34,11 +34,9 @@
#include <unistd.h>
#include <fcntl.h>
#if 0
#ifdef HAVE_LINUX_RANDOM_H
#include <sys/ioctl.h>
#include <asm/types.h>
#include <linux/random.h>
#endif
#endif
#include "types.h"
#include "util.h"