From 45757dafb7287f1d9215a116a792c2fc717d2a59 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 22 Jan 2006 18:22:04 +0000 Subject: Split PARANOIA_B into B1 and B2. svn:r5849 --- src/common/crypto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/common/crypto.h') diff --git a/src/common/crypto.h b/src/common/crypto.h index 1953bcda2f..c9fe564507 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.h @@ -16,7 +16,8 @@ #include #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. */ -- cgit v1.2.3-54-g00ecf