r3810 - trunk/varnish-cache/include

phk at projects.linpro.no phk at projects.linpro.no
Mon Feb 23 12:07:06 CET 2009


Author: phk
Date: 2009-02-23 12:07:06 +0100 (Mon, 23 Feb 2009)
New Revision: 3810

Modified:
   trunk/varnish-cache/include/persistent.h
Log:
The SHA256 is outside the signature struct



Modified: trunk/varnish-cache/include/persistent.h
===================================================================
--- trunk/varnish-cache/include/persistent.h	2009-02-23 11:04:19 UTC (rev 3809)
+++ trunk/varnish-cache/include/persistent.h	2009-02-23 11:07:06 UTC (rev 3810)
@@ -99,7 +99,7 @@
 	uint64_t		length;
 };
 
-#define SMP_SIGN_SIZE		(8 + 4 + 8 + 8 + 32)
+#define SMP_SIGN_SIZE		(8 + 4 + 8 + 8)
 
 /*
  * A segment descriptor.



More information about the varnish-commit mailing list