mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-09-01 05:01:58 +03:00
Add missing stdint.h header to test_suite_pk.func
This commit is contained in:
committed by
Gilles Peskine
parent
f4fbdda602
commit
6ff067d73d
@@ -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 );
|
||||
|
||||
|
Reference in New Issue
Block a user