diff options
author | Jack Lloyd <[email protected]> | 2016-02-13 10:41:25 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-02-13 10:41:25 -0500 |
commit | 25e2e7880768c14fd22d09ebdd2786f8eb8f500d (patch) | |
tree | addcdfaf886ad2fda90389fe0aa556c3847facdc /src/build-data | |
parent | 2a045404e3a3187bd9dd5763a286b3e39d1fa47e (diff) |
Add --with-valgrind
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/buildh.in | 6 |
1 files changed, 0 insertions, 6 deletions
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 @@ -98,12 +98,6 @@ #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. */ |