summaryrefslogtreecommitdiff
path: root/tests/rsa_padding_test.h
diff options
context:
space:
mode:
authorDavid Garcia <dhg@google.com>2010-03-31 09:04:15 -0700
committerDavid Garcia <dhg@google.com>2010-03-31 09:04:15 -0700
commit21c3f7fef79e1c6830c883b484d96c059012b18f (patch)
tree427f014b8063c92c574c4eec2ebcc0bfd2e37f77 /tests/rsa_padding_test.h
parentd46c3470183d13db7c797f32eee0209e995b9cfc (diff)
downloadvboot-21c3f7fef79e1c6830c883b484d96c059012b18f.tar.gz
Revert "VBoot Reference: Refactor Part 2 - Crypto Libraries"
This reverts commit e018a80a37aaa45681f45f5852f04d20aedd8b2d. Review URL: http://codereview.chromium.org/1593002
Diffstat (limited to 'tests/rsa_padding_test.h')
-rw-r--r--tests/rsa_padding_test.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/rsa_padding_test.h b/tests/rsa_padding_test.h
index ce1ab247..22577845 100644
--- a/tests/rsa_padding_test.h
+++ b/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[] = {