From 358c047f12071f4f30029cceb340c3edb9703a66 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 23 Feb 2009 11:07:06 +0000 Subject: [PATCH] The SHA256 is outside the signature struct git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3810 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/include/persistent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5