aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/entropy/entropy_srcs.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lib/entropy/entropy_srcs.cpp b/src/lib/entropy/entropy_srcs.cpp
index e6573e296..01716ac6b 100644
--- a/src/lib/entropy/entropy_srcs.cpp
+++ b/src/lib/entropy/entropy_srcs.cpp
@@ -16,18 +16,10 @@
#include <botan/processor_rng.h>
#endif
-#if defined(BOTAN_HAS_ENTROPY_SRC_RDRAND)
- #include <botan/internal/rdrand.h>
-#endif
-
#if defined(BOTAN_HAS_ENTROPY_SRC_RDSEED)
#include <botan/internal/rdseed.h>
#endif
-#if defined(BOTAN_HAS_ENTROPY_SRC_DARN)
- #include <botan/internal/p9_darn.h>
-#endif
-
#if defined(BOTAN_HAS_ENTROPY_SRC_DEV_RANDOM)
#include <botan/internal/dev_random.h>
#endif