summaryrefslogtreecommitdiff
path: root/include/pe.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pe.h')
-rw-r--r--include/pe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pe.h b/include/pe.h
index 79bf440c..43727f5e 100644
--- a/include/pe.h
+++ b/include/pe.h
@@ -25,7 +25,7 @@ handle_image (void *data, unsigned int datasize,
UINTN *alloc_pages);
EFI_STATUS
-generate_hash (char *data, unsigned int datasize_in,
+generate_hash (char *data, unsigned int datasize,
PE_COFF_LOADER_IMAGE_CONTEXT *context,
UINT8 *sha256hash, UINT8 *sha1hash);