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

Unified Diff: vboot_firmware/lib/cryptolib/rsa_utility.c

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/cryptolib/include/sha.h ('k') | vboot_firmware/lib/cryptolib/sha1.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vboot_firmware/lib/cryptolib/rsa_utility.c
diff --git a/vboot_firmware/lib/cryptolib/rsa_utility.c b/vboot_firmware/lib/cryptolib/rsa_utility.c
index 2a823a45fdd83f403c3c75f3dd4b84ee6b44a103..f15b97eeb24430e1df6d2dbcffe7c18e13cea197 100644
--- a/vboot_firmware/lib/cryptolib/rsa_utility.c
+++ b/vboot_firmware/lib/cryptolib/rsa_utility.c
@@ -7,6 +7,7 @@
#include "cryptolib.h"
#include "stateful_util.h"
+#include "utility.h"
int RSAProcessedKeySize(int algorithm) {
int key_len = siglen_map[algorithm]; /* Key length in
« no previous file with comments | « vboot_firmware/lib/cryptolib/include/sha.h ('k') | vboot_firmware/lib/cryptolib/sha1.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698