[or-cvs] r18097: {tor} True, 17 is greater than 0. But this applies to 4111 as well (tor/trunk/src/or)

kloesing at seul.org kloesing at seul.org
Tue Jan 13 15:02:36 UTC 2009


Author: kloesing
Date: 2009-01-13 10:02:32 -0500 (Tue, 13 Jan 2009)
New Revision: 18097

Modified:
   tor/trunk/src/or/test.c
Log:
True, 17 is greater than 0. But this applies to 4111 as well.

Modified: tor/trunk/src/or/test.c
===================================================================
--- tor/trunk/src/or/test.c	2009-01-13 14:43:51 UTC (rev 18096)
+++ tor/trunk/src/or/test.c	2009-01-13 15:02:32 UTC (rev 18097)
@@ -4299,7 +4299,7 @@
   crypto_free_cipher_env(cipher);
   cipher = NULL;
   test_eq(encrypted_size, 16 + 4095);
-  tor_assert(encrypted_size > 0); /* This is obviously true, since 17 is
+  tor_assert(encrypted_size > 0); /* This is obviously true, since 4111 is
                                    * greater than 0, but its truth is not
                                    * obvious to all analysis tools. */
   cipher = crypto_create_init_cipher(key1, 0);



More information about the tor-commits mailing list