mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Fixes minor typos in comments in pk.h and ctr_drbg.c
Fixes typos in PRs #475 and #437
This commit is contained in:
parent
acaac8510e
commit
80119c5d28
2 changed files with 5 additions and 4 deletions
|
|
@ -67,7 +67,7 @@ void mbedtls_ctr_drbg_init( mbedtls_ctr_drbg_context *ctx )
|
|||
}
|
||||
|
||||
/*
|
||||
* Non-public function wrapped by ctr_crbg_init(). Necessary to allow NIST
|
||||
* Non-public function wrapped by mbedtls_ctr_drbg_init(). Necessary to allow NIST
|
||||
* tests to succeed (which require known length fixed entropy)
|
||||
*/
|
||||
int mbedtls_ctr_drbg_seed_entropy_len(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue