Add missing stdint.h header to test_suite_pk.func

This commit is contained in:
Andres Amaya Garcia 2017-06-09 14:26:59 +01:00 committed by Gilles Peskine
parent f4fbdda602
commit 6ff067d73d

View File

@ -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 );