]> err.no Git - varnish/commitdiff
The SHA256 is outside the signature struct
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 23 Feb 2009 11:07:06 +0000 (11:07 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 23 Feb 2009 11:07:06 +0000 (11:07 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3810 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/include/persistent.h

index 3aca7d8a4c77001469647fc0c6bb5189ea1599b8..0b5bad666d7af5f8a43dd1f76c5985b654aeb51d 100644 (file)
@@ -99,7 +99,7 @@ struct smp_sign {
        uint64_t                length;
 };
 
-#define SMP_SIGN_SIZE          (8 + 4 + 8 + 8 + 32)
+#define SMP_SIGN_SIZE          (8 + 4 + 8 + 8)
 
 /*
  * A segment descriptor.