mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 22:35:43 +01:00
Add missing stdint.h header to test_suite_pk.func
This commit is contained in:
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 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user