summaryrefslogtreecommitdiff
path: root/tests/rsa_padding_test.h
diff options
context:
space:
mode:
authorGaurav Shah <gauravsh@chromium.org>2010-03-30 23:08:10 -0700
committerGaurav Shah <gauravsh@chromium.org>2010-03-30 23:08:10 -0700
commitd46c3470183d13db7c797f32eee0209e995b9cfc (patch)
tree2f703dbc0b07dc030a77f004ffe43a78b32a966d /tests/rsa_padding_test.h
parented9c96a7aa7f6493c94ef3ab3618e04def4a2b3c (diff)
downloadvboot-d46c3470183d13db7c797f32eee0209e995b9cfc.tar.gz
VBoot Reference: Refactor Part 2 - Crypto Libraries
Removing multiple top level includes - now padding.h, rsa.h and sha.h are used internally and cryptolib.h must be used instead for all modules that wish to use crypto functions. I am trying to separate refactors involving code movement from one file to another, and the movement of files themselves into separate CLs so that it's clear what changed. Review URL: http://codereview.chromium.org/1574005
Diffstat (limited to 'tests/rsa_padding_test.h')
-rw-r--r--tests/rsa_padding_test.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/rsa_padding_test.h b/tests/rsa_padding_test.h
index 22577845..ce1ab247 100644
--- a/tests/rsa_padding_test.h
+++ b/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[] = {