From 4a5a306c1e904b04be65febf6d5b7f2b335838d7 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 20 Mar 2014 07:48:38 +0000 Subject: [PATCH] --- MSICACert/MSICACert.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MSICACert/MSICACert.cpp b/MSICACert/MSICACert.cpp index 42ef48a..b14956e 100644 --- a/MSICACert/MSICACert.cpp +++ b/MSICACert/MSICACert.cpp @@ -5,7 +5,7 @@ // Local constants //////////////////////////////////////////////////////////////////////////// -#define MSICACERT_CERT_TICK_SIZE (16*1024) +#define MSICACERT_CERT_TICK_SIZE (4*1024) ////////////////////////////////////////////////////////////////////////////