diff options
Diffstat (limited to 'os/hal/templates/hal_crypto_lld.h')
-rw-r--r-- | os/hal/templates/hal_crypto_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/hal_crypto_lld.h b/os/hal/templates/hal_crypto_lld.h index d3def1e53..23f592ec3 100644 --- a/os/hal/templates/hal_crypto_lld.h +++ b/os/hal/templates/hal_crypto_lld.h @@ -357,7 +357,7 @@ extern "C" { uint8_t *out);
#endif
#if (CRY_LLD_SUPPORTS_TRNG == TRUE) || defined(__DOXYGEN__)
- cryerror_t cry_lld_TRNG(CRYDriver *cryp, uint8_t *out);
+ cryerror_t cry_lld_TRNG(CRYDriver *cryp, size_t size, uint8_t *out);
#endif
#ifdef __cplusplus
}
|