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

Unified Diff: src/platform/vboot_reference/tests/rsa_padding_test.h

Issue 1585007: combined patch for: (Closed)
Patch Set: Created 10 years, 9 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
Index: src/platform/vboot_reference/tests/rsa_padding_test.h
diff --git a/src/platform/vboot_reference/tests/rsa_padding_test.h b/src/platform/vboot_reference/tests/rsa_padding_test.h
index 2257784570b198ad4ae3ddc262b50cf99bceb3d1..ce1ab247ca62767ef484f419608bf2b333a894f8 100644
--- a/src/platform/vboot_reference/tests/rsa_padding_test.h
+++ b/src/platform/vboot_reference/tests/rsa_padding_test.h
@@ -12,9 +12,7 @@
#ifndef VBOOT_REFERENCE_RSA_PADDING_TEST_H_
#define VBOOT_REFERENCE_RSA_PADDING_TEST_H_
-#include <inttypes.h>
-
-#include "rsa.h"
+#include "cryptolib.h"
/* The modulus of the public key (RSA-1024). */
static const uint8_t pubkey_n[] = {
« no previous file with comments | « src/platform/vboot_reference/tests/rollback_index_mock.c ('k') | src/platform/vboot_reference/tests/rsa_padding_test.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698