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

[minion-cvs] mark bug for 0.0.3



Update of /home/minion/cvsroot/src/minion/src
In directory moria.mit.edu:/tmp/cvs-serv22066/src

Modified Files:
	aes_ctr.c 
Log Message:
mark bug for 0.0.3

Index: aes_ctr.c
===================================================================
RCS file: /home/minion/cvsroot/src/minion/src/aes_ctr.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- aes_ctr.c	14 Jan 2003 05:09:38 -0000	1.10
+++ aes_ctr.c	17 Jan 2003 05:57:57 -0000	1.11
@@ -48,6 +48,7 @@
  * Mixminion 0.0.1 through 0.0.2.2 shipped with this junk, so if we
  * change it, we'll make packets nobody can read.  With 0.0.3, we'll
  * bump the packet version and do the right thing.
+ * XXXX003
  */ 
 #ifndef GET_U32
 #define GET_U32_cp(ptr) (  (u32)ptr[0] ^         \