mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Made ctr_drbg_init_entropy_len() non-static and defined
This commit is contained in:
parent
3c5ef71322
commit
534f82c77a
3 changed files with 4 additions and 9 deletions
|
|
@ -42,7 +42,7 @@
|
|||
* Non-public function wrapped by ctr_crbg_init(). Necessary to allow NIST
|
||||
* tests to succeed (which require known length fixed entropy)
|
||||
*/
|
||||
static int ctr_drbg_init_entropy_len(
|
||||
int ctr_drbg_init_entropy_len(
|
||||
ctr_drbg_context *ctx,
|
||||
int (*f_entropy)(void *, unsigned char *, size_t),
|
||||
void *p_entropy,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue