mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-19 13:17:47 +00:00
Fix copy pasta in x509_crt.h
This commit is contained in:
parent
608de6a50d
commit
d92078fc55
|
@ -695,7 +695,7 @@ int mbedtls_x509_crt_get_pk( mbedtls_x509_crt const *crt,
|
||||||
* first entry of the generated linked list holding
|
* first entry of the generated linked list holding
|
||||||
* the subject name.
|
* the subject name.
|
||||||
*
|
*
|
||||||
* \note Depending in your use case, consider using the raw ASN.1
|
* \note Depending on your use case, consider using the raw ASN.1
|
||||||
* describing the subject name instead of the heap-allocated
|
* describing the subject name instead of the heap-allocated
|
||||||
* linked list generated by this call. The pointers to the
|
* linked list generated by this call. The pointers to the
|
||||||
* raw ASN.1 data are part of the CRT frame that can be queried
|
* raw ASN.1 data are part of the CRT frame that can be queried
|
||||||
|
@ -720,8 +720,8 @@ int mbedtls_x509_crt_get_subject( mbedtls_x509_crt const *crt,
|
||||||
* first entry of the generated linked list holding
|
* first entry of the generated linked list holding
|
||||||
* the subject name.
|
* the subject name.
|
||||||
*
|
*
|
||||||
* \note Depending in your use case, consider using the raw ASN.1
|
* \note Depending on your use case, consider using the raw ASN.1
|
||||||
* describing the subject name instead of the heap-allocated
|
* describing the issuer name instead of the heap-allocated
|
||||||
* linked list generated by this call. The pointers to the
|
* linked list generated by this call. The pointers to the
|
||||||
* raw ASN.1 data are part of the CRT frame that can be queried
|
* raw ASN.1 data are part of the CRT frame that can be queried
|
||||||
* via mbedtls_x509_crt_get_frame(), and they can be traversed
|
* via mbedtls_x509_crt_get_frame(), and they can be traversed
|
||||||
|
|
Loading…
Reference in a new issue