gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r13288 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r13288 - gnunet/src/util
Date: Sun, 17 Oct 2010 05:27:33 +0200

Author: amatus
Date: 2010-10-17 05:27:33 +0200 (Sun, 17 Oct 2010)
New Revision: 13288

Modified:
   gnunet/src/util/test_crypto_aes.c
Log:
Removed byte that's not actually part of the ciphertext, test still passes.


Modified: gnunet/src/util/test_crypto_aes.c
===================================================================
--- gnunet/src/util/test_crypto_aes.c   2010-10-15 12:40:13 UTC (rev 13287)
+++ gnunet/src/util/test_crypto_aes.c   2010-10-17 03:27:33 UTC (rev 13288)
@@ -89,7 +89,7 @@
   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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]