From 25e2e7880768c14fd22d09ebdd2786f8eb8f500d Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Sat, 13 Feb 2016 10:41:25 -0500 Subject: Add --with-valgrind --- src/build-data/buildh.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/build-data') diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in index 338787de5..52ba2b55c 100644 --- a/src/build-data/buildh.in +++ b/src/build-data/buildh.in @@ -97,12 +97,6 @@ #define BOTAN_PRIVATE_KEY_STRONG_CHECKS_ON_LOAD 0 #define BOTAN_PRIVATE_KEY_STRONG_CHECKS_ON_GENERATE 1 -/* -* Define BOTAN_HAS_VALGRIND to enable checking constant time annotations -* TODO: expose as configure.py flag --with-valgrind -*/ -//#define BOTAN_HAS_VALGRIND - /* * RNGs will automatically poll the system for additional seed material * after producing this many bytes of output. -- cgit v1.2.3