mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-13 00:38:54 +00:00
wpa_supplicant: sync eap code with upstream
This commit is contained in:
@@ -32,7 +32,7 @@ struct crypto_ec {
|
||||
mbedtls_ecp_group group;
|
||||
};
|
||||
|
||||
int crypto_rng_wrapper(void *ctx, unsigned char *buf, size_t len)
|
||||
static int crypto_rng_wrapper(void *ctx, unsigned char *buf, size_t len)
|
||||
{
|
||||
return random_get_bytes(buf, len);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user