diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2009-01-13 15:02:32 +0000 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2009-01-13 15:02:32 +0000 |
commit | 42c824b4057ebf7885fc51e7ca93dc3ac92892bc (patch) | |
tree | 07a3be33fb27b827ee77b2e4cc1bd2aaf21c9a9d /src/or/test.c | |
parent | a33452c40149842fda3ce2a201a722009e7e1456 (diff) | |
download | tor-42c824b4057ebf7885fc51e7ca93dc3ac92892bc.tar.gz tor-42c824b4057ebf7885fc51e7ca93dc3ac92892bc.zip |
True, 17 is greater than 0. But this applies to 4111 as well.
svn:r18097
Diffstat (limited to 'src/or/test.c')
-rw-r--r-- | src/or/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/test.c b/src/or/test.c index f555d75673..e86db9a003 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -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); |