Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1136)

Unified Diff: vboot_firmware/lib/cryptolib/include/padding.h

Issue 2833012: Move all system includes in vboot_firmware to sysincludes.h (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Oops, forgot the new header Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « vboot_firmware/lib/cgptlib/include/gpt.h ('k') | vboot_firmware/lib/cryptolib/include/rsa.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vboot_firmware/lib/cryptolib/include/padding.h
diff --git a/vboot_firmware/lib/cryptolib/include/padding.h b/vboot_firmware/lib/cryptolib/include/padding.h
index 8d8fc95f7a1b8fceeb88e2a870130c2e1d50e2b6..59b8dc39f2ac4bea6d7961fc089bd06e62284eaf 100644
--- a/vboot_firmware/lib/cryptolib/include/padding.h
+++ b/vboot_firmware/lib/cryptolib/include/padding.h
@@ -10,7 +10,7 @@
#error "Do not include this file directly. Use cryptolib.h instead."
#endif
-#include <stdint.h>
+#include "sysincludes.h"
extern const uint8_t paddingRSA1024_SHA1[];
extern const uint8_t paddingRSA1024_SHA256[];
« no previous file with comments | « vboot_firmware/lib/cgptlib/include/gpt.h ('k') | vboot_firmware/lib/cryptolib/include/rsa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698