mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-08 15:39:22 +01:00
Merge pull request #301 from Tilka/typo
Fix a fairly common typo in comments
This commit is contained in:
commit
54eec9d1dd
7 changed files with 8 additions and 8 deletions
|
|
@ -119,7 +119,7 @@ API Changes
|
|||
mbedtls_gcm_init() -> mbedtls_gcm_setkey()
|
||||
mbedtls_hmac_drbg_init() -> mbedtls_hmac_drbg_seed(_buf)()
|
||||
mbedtls_ctr_drbg_init() -> mbedtls_ctr_drbg_seed()
|
||||
Note that for mbetls_ssl_setup(), you need to be done setting up the
|
||||
Note that for mbedtls_ssl_setup(), you need to be done setting up the
|
||||
ssl_config structure before calling it.
|
||||
* Most ssl_set_xxx() functions (all except ssl_set_bio(), ssl_set_hostname(),
|
||||
ssl_set_session() and ssl_set_client_transport_id(), plus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue