aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-11-28 07:08:10 -0500
committerJack Lloyd <[email protected]>2020-11-28 07:08:10 -0500
commita7310e2452e034e443b56a104678c3b04e162dad (patch)
tree97b24e311413c7f4dccf2ee42e198817a4e2c5ff /src/lib
parent7da30c91dad32b26a53edaa18795f9b805130369 (diff)
Remove some unused macro checks/includes
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