summaryrefslogtreecommitdiff
path: root/BaseTools/Source/C/VolInfo/VolInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/C/VolInfo/VolInfo.h')
-rw-r--r--BaseTools/Source/C/VolInfo/VolInfo.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/BaseTools/Source/C/VolInfo/VolInfo.h b/BaseTools/Source/C/VolInfo/VolInfo.h
index 0ef7d92227..dff64e7f53 100644
--- a/BaseTools/Source/C/VolInfo/VolInfo.h
+++ b/BaseTools/Source/C/VolInfo/VolInfo.h
@@ -1,7 +1,7 @@
/** @file
Local Definitions for the VolInfo utility
-Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -31,4 +31,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#define EFI_SECTION_LAST_LEAF_SECTION_TYPE 0x1B
#define EFI_SECTION_LAST_SECTION_TYPE 0x1B
+#define OPENSSL_COMMAND_FORMAT_STRING "%s sha1 -out %s %s"
+#define EXTRACT_COMMAND_FORMAT_STRING "%s -d -o %s %s"
+
#endif