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

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

Issue 1593002: Revert "VBoot Reference: Refactor Part 2 - Crypto Libraries" (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 ce1ab247ca62767ef484f419608bf2b333a894f8..2257784570b198ad4ae3ddc262b50cf99bceb3d1 100644
--- a/src/platform/vboot_reference/tests/rsa_padding_test.h
+++ b/src/platform/vboot_reference/tests/rsa_padding_test.h
@@ -12,7 +12,9 @@
#ifndef VBOOT_REFERENCE_RSA_PADDING_TEST_H_
#define VBOOT_REFERENCE_RSA_PADDING_TEST_H_
-#include "cryptolib.h"
+#include <inttypes.h>
+
+#include "rsa.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