| 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[] = {
|
|
|