Fix typo
Signed-off-by: Jan Bruckner <jan@janbruckner.de>
This commit is contained in:
parent
80ca44f33c
commit
b33f6e5ee2
1 changed files with 1 additions and 1 deletions
|
@ -516,7 +516,7 @@ int mbedtls_x509_crt_parse_der_with_ext_cb( mbedtls_x509_crt *chain,
|
||||||
* mbedtls_x509_crt_init().
|
* mbedtls_x509_crt_init().
|
||||||
* \param buf The address of the readable buffer holding the DER encoded
|
* \param buf The address of the readable buffer holding the DER encoded
|
||||||
* certificate to use. On success, this buffer must be
|
* certificate to use. On success, this buffer must be
|
||||||
* retained and not be changed for the liftetime of the
|
* retained and not be changed for the lifetime of the
|
||||||
* CRT chain \p chain, that is, until \p chain is destroyed
|
* CRT chain \p chain, that is, until \p chain is destroyed
|
||||||
* through a call to mbedtls_x509_crt_free().
|
* through a call to mbedtls_x509_crt_free().
|
||||||
* \param buflen The size in Bytes of \p buf.
|
* \param buflen The size in Bytes of \p buf.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue