summaryrefslogtreecommitdiff
path: root/shim.c
diff options
context:
space:
mode:
Diffstat (limited to 'shim.c')
-rw-r--r--shim.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/shim.c b/shim.c
index 02fde5c6..c18b81db 100644
--- a/shim.c
+++ b/shim.c
@@ -916,10 +916,12 @@ static EFI_STATUS generate_hash (char *data, unsigned int datasize_in,
goto done;
}
+#if 1
+ }
+#else // we have to migrate to doing this later :/
SumOfBytesHashed += hashsize;
}
-#if 0 // we have to migrate to doing this later :/
/* Hash all remaining data */
if (datasize > SumOfBytesHashed) {
hashbase = data + SumOfBytesHashed;