(_hx509_Name_to_string): remove dup const

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18251 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-06 07:23:29 +00:00
parent b46809c9f1
commit bf89bf0115

View File

@@ -152,7 +152,7 @@ hx509_name_to_string(const hx509_name name, char **str)
}
int
_hx509_Name_to_string(const const Name *n, char **str)
_hx509_Name_to_string(const Name *n, char **str)
{
size_t total_len = 0;
int i, j;