From: phk Date: Mon, 23 Feb 2009 11:07:06 +0000 (+0000) Subject: The SHA256 is outside the signature struct X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=358c047f12071f4f30029cceb340c3edb9703a66;p=varnish The SHA256 is outside the signature struct git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3810 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/include/persistent.h b/varnish-cache/include/persistent.h index 3aca7d8a..0b5bad66 100644 --- a/varnish-cache/include/persistent.h +++ b/varnish-cache/include/persistent.h @@ -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.