Fix incorrect param in function declaration

Signed-off-by: Werner Lewis <werner.lewis@arm.com>
diff --git a/include/mbedtls/x509.h b/include/mbedtls/x509.h
index 2ad90de..b7e3645 100644
--- a/include/mbedtls/x509.h
+++ b/include/mbedtls/x509.h
@@ -274,7 +274,7 @@
  * \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;