aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2010-10-17 03:27:33 +0000
committerDavid Barksdale <amatus.amongus@gmail.com>2010-10-17 03:27:33 +0000
commit0bdccef390726ec42400b5927d966a9066e7c243 (patch)
tree6933a1d2f7048dc5eaca66a37f71e44af542e7ec
parentc9cbee963aa805c74ef89c90e4dad424317fa21a (diff)
downloadgnunet-0bdccef390726ec42400b5927d966a9066e7c243.tar.gz
gnunet-0bdccef390726ec42400b5927d966a9066e7c243.zip
Removed byte that's not actually part of the ciphertext, test still passes.
-rw-r--r--src/util/test_crypto_aes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/test_crypto_aes.c b/src/util/test_crypto_aes.c
index f202275ec..8dfaef732 100644
--- a/src/util/test_crypto_aes.c
+++ b/src/util/test_crypto_aes.c
@@ -89,7 +89,7 @@ verifyCrypto ()
89 unsigned char encrresult[] = 89 unsigned char encrresult[] =
90 { 167, 102, 230, 233, 127, 195, 176, 107, 17, 91, 199, 127, 96, 113, 75, 90 { 167, 102, 230, 233, 127, 195, 176, 107, 17, 91, 199, 127, 96, 113, 75,
91 195, 245, 217, 61, 236, 159, 165, 103, 121, 203, 99, 202, 41, 23, 222, 25, 91 195, 245, 217, 61, 236, 159, 165, 103, 121, 203, 99, 202, 41, 23, 222, 25,
92 102, 1 92 102
93 }; 93 };
94 94
95 res = NULL; 95 res = NULL;