diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-01-22 18:22:04 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-01-22 18:22:04 +0000 |
commit | 45757dafb7287f1d9215a116a792c2fc717d2a59 (patch) | |
tree | c5b26c6bfd173d64b14e73e3a022dca96405519f /src/common/crypto.h | |
parent | 5100b6791fc6a32598737e368a20b5f5fef0f1c5 (diff) | |
download | tor-45757dafb7287f1d9215a116a792c2fc717d2a59.tar tor-45757dafb7287f1d9215a116a792c2fc717d2a59.tar.gz |
Split PARANOIA_B into B1 and B2.
svn:r5849
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r-- | src/common/crypto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h index 1953bcda2..c9fe56450 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.h @@ -16,7 +16,8 @@ #include <stdio.h> #undef ENABLE_0119_PARANOIA_A -#undef ENABLE_0119_PARANOIA_B +#undef ENABLE_0119_PARANOIA_B1 +#undef ENABLE_0119_PARANOIA_B2 #undef ENABLE_0119_PARANOIA_C /** Length of the output of our message digest. */ |