From 0bdccef390726ec42400b5927d966a9066e7c243 Mon Sep 17 00:00:00 2001 From: David Barksdale Date: Sun, 17 Oct 2010 03:27:33 +0000 Subject: Removed byte that's not actually part of the ciphertext, test still passes. --- src/util/test_crypto_aes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () unsigned char encrresult[] = { 167, 102, 230, 233, 127, 195, 176, 107, 17, 91, 199, 127, 96, 113, 75, 195, 245, 217, 61, 236, 159, 165, 103, 121, 203, 99, 202, 41, 23, 222, 25, - 102, 1 + 102 }; res = NULL; -- cgit v1.2.3