diff options
author | Roger Dingledine <arma@torproject.org> | 2006-03-26 06:47:51 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-03-26 06:47:51 +0000 |
commit | 0543900fbf8b69b6b7c0e5640cd2bfb5f6653d96 (patch) | |
tree | b226906a4ad52ec64a460d02546e53c98ffaeba8 /src/common/crypto.h | |
parent | 7871ad911673ae9387e152103e00ea37b7b666f9 (diff) | |
download | tor-0543900fbf8b69b6b7c0e5640cd2bfb5f6653d96.tar.gz tor-0543900fbf8b69b6b7c0e5640cd2bfb5f6653d96.zip |
clean up the traces from tracking the 0.1.1.9-alpha stack-smashing bug.
svn:r6240
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r-- | src/common/crypto.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h index 160cc5d57c..df112a1d8e 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.h @@ -16,11 +16,6 @@ #include <stdio.h> -#undef ENABLE_0119_PARANOIA_A -#undef ENABLE_0119_PARANOIA_B1 -#define ENABLE_0119_PARANOIA_B2 -#undef ENABLE_0119_PARANOIA_C - /** Length of the output of our message digest. */ #define DIGEST_LEN 20 /** Length of our symmetric cipher's keys. */ |