summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/include/vb2_api.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/firmware/include/vb2_api.h b/firmware/include/vb2_api.h
index 4ef64a88..e9a1e7b5 100644
--- a/firmware/include/vb2_api.h
+++ b/firmware/include/vb2_api.h
@@ -7,18 +7,9 @@
*
* DO NOT INCLUDE THE HEADERS BELOW DIRECTLY! ONLY INCLUDE THIS FILE!
*
- * Using vb2api.h as the single point of contact between calling firmware and
+ * Using vb2_api.h as the single point of contact between calling firmware and
* vboot allows subsequent refactoring of vboot (renaming of headers, etc.)
* without churning other projects' source code.
- */
-
-/*
- * Switches that can be used in conjunction with this header file:
- *
- * #define NEED_VB2_SHA_LIBRARY
- * SHA library APIs may be called by external firmware as well as vboot.
- * This is permissible because the SHA library routines below don't interact
- * with the rest of vboot.
*
* #define NEED_VB20_INTERNALS
* Allows the caller to peek into vboot2 data structures, by including a
@@ -33,11 +24,6 @@
/* Standard APIs */
#include "../2lib/include/2api.h"
-/* SHA library */
-#ifdef NEED_VB2_SHA_LIBRARY
-#include "../2lib/include/2sha.h"
-#endif
-
/*
* Coreboot should not need access to vboot2 internals. But right now it does.
* At least this forces it to do so through a relatively narrow hole so vboot2