mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-25 03:18:12 +00:00
Fixed typo
This commit is contained in:
parent
a9db85df73
commit
02ff5ce594
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ int x509_crt_verify( x509_crt *crt,
|
||||||
* certificate to perform an RSA key exchange).
|
* certificate to perform an RSA key exchange).
|
||||||
*
|
*
|
||||||
* \return 0 is these uses of the certificate are allowed,
|
* \return 0 is these uses of the certificate are allowed,
|
||||||
* POLARSSL_ERR_X509_BAD_INPUT_DATA if the keyUsage extenson
|
* POLARSSL_ERR_X509_BAD_INPUT_DATA if the keyUsage extension
|
||||||
* is present but does not contain all the bits set in the
|
* is present but does not contain all the bits set in the
|
||||||
* usage argument.
|
* usage argument.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue