mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-23 22:45:22 +00:00
Fix yet another occasions of 'setup' vs. 'set up' typo in x509_crt.h
This commit is contained in:
parent
1250623ad1
commit
9219f9e7b8
|
@ -664,7 +664,7 @@ int mbedtls_x509_crt_get_frame( mbedtls_x509_crt const *crt,
|
||||||
mbedtls_x509_crt_frame *dst );
|
mbedtls_x509_crt_frame *dst );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Setup a PK context with the public key in a certificate.
|
* \brief Set up a PK context with the public key in a certificate.
|
||||||
*
|
*
|
||||||
* \param crt The certificate to use. This must be initialized and set up.
|
* \param crt The certificate to use. This must be initialized and set up.
|
||||||
* \param pk The address of the destination PK context to fill.
|
* \param pk The address of the destination PK context to fill.
|
||||||
|
|
Loading…
Reference in a new issue