commit | 6ff067d73db24b8a70c8953ed6f3900f8eea4495 | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <andres.amayagarcia@arm.com> | Fri Jun 09 14:26:59 2017 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Mon Jan 29 20:51:55 2018 +0100 |
tree | f31cddc1c90224787efd2a678d3b806e479801a3 | |
parent | f4fbdda602232b10a9249c5eb61903c7ba23ab11 [diff] |
Add missing stdint.h header to test_suite_pk.func
diff --git a/tests/suites/test_suite_pk.function b/tests/suites/test_suite_pk.function index ac6429b..2180f5c 100644 --- a/tests/suites/test_suite_pk.function +++ b/tests/suites/test_suite_pk.function
@@ -6,6 +6,7 @@ #include "mbedtls/rsa.h" #include <limits.h> +#include <stdint.h> static int rnd_std_rand( void *rng_state, unsigned char *output, size_t len );