aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/buildh.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/build-data/buildh.in')
-rw-r--r--src/build-data/buildh.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in
index 41685cfc4..4a2a46452 100644
--- a/src/build-data/buildh.in
+++ b/src/build-data/buildh.in
@@ -94,11 +94,6 @@
*/
#define BOTAN_BLINDING_REINIT_INTERVAL 32
-/* PK key consistency checking toggles */
-#define BOTAN_PUBLIC_KEY_STRONG_CHECKS_ON_LOAD 1
-#define BOTAN_PRIVATE_KEY_STRONG_CHECKS_ON_LOAD 0
-#define BOTAN_PRIVATE_KEY_STRONG_CHECKS_ON_GENERATE 1
-
/*
* Userspace RNGs like HMAC_DRBG will reseed after a specified number
* of outputs are generated. Set to zero to disable automatic reseeding.