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

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

Issue 1574005: 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.c
diff --git a/src/platform/vboot_reference/tests/rsa_padding_test.c b/src/platform/vboot_reference/tests/rsa_padding_test.c
index b565e78994e87088510be65e0437ce14338996d2..4ccb4b44bbce27eb10a0e59315513ef119ab760a 100644
--- a/src/platform/vboot_reference/tests/rsa_padding_test.c
+++ b/src/platform/vboot_reference/tests/rsa_padding_test.c
@@ -7,8 +7,8 @@
#include <stdio.h>
+#include "cryptolib.h"
#include "file_keys.h"
-#include "rsa_utility.h"
int main(int argc, char* argv[]) {
int i;
« no previous file with comments | « src/platform/vboot_reference/tests/rsa_padding_test.h ('k') | src/platform/vboot_reference/tests/rsa_verify_benchmark.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698