From 2f1d51070c3921ffaf08ba508e06c9fbed2f1bb6 Mon Sep 17 00:00:00 2001 From: Werner Lewis Date: Mon, 20 Jun 2022 11:45:01 +0100 Subject: [PATCH] Fix incorrect param in function declaration Signed-off-by: Werner Lewis --- include/mbedtls/x509.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/x509.h b/include/mbedtls/x509.h index 2ad90de486..b7e3645276 100644 --- a/include/mbedtls/x509.h +++ b/include/mbedtls/x509.h @@ -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 * 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;