mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Fix incorrect param in function declaration
Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
parent
b3acb053fb
commit
2f1d51070c
|
|
@ -274,7 +274,7 @@ int mbedtls_x509_dn_gets( char *buf, size_t size, const mbedtls_x509_name *dn );
|
||||||
* \return Pointer to the first attribute-value pair of the
|
* \return Pointer to the first attribute-value pair of the
|
||||||
* next RDN in sequence, or NULL if end is reached.
|
* next RDN in sequence, or NULL if end is reached.
|
||||||
*/
|
*/
|
||||||
mbedtls_x509_name * mbedtls_x509_dn_get_next( mbedtls_x509_name * start );
|
mbedtls_x509_name * mbedtls_x509_dn_get_next( mbedtls_x509_name *dn );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Store the certificate serial in printable form into buf;
|
* \brief Store the certificate serial in printable form into buf;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue