]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
True, 17 is greater than 0. But this applies to 4111 as well.
authorKarsten Loesing <karsten.loesing@gmx.net>
Tue, 13 Jan 2009 15:02:32 +0000 (15:02 +0000)
committerKarsten Loesing <karsten.loesing@gmx.net>
Tue, 13 Jan 2009 15:02:32 +0000 (15:02 +0000)
svn:r18097

src/or/test.c

index f555d75673f3d42f0fabcc7679e9ef9db6bd228a..e86db9a003e8d0e2d0ab89b068c717e4d6c829ee 100644 (file)
@@ -4299,7 +4299,7 @@ test_crypto_aes_iv(void)
   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);