Add VisibleString parsing

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19539 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-28 17:15:05 +00:00
parent 837f65e1e9
commit 983b89b811
15 changed files with 80 additions and 2 deletions

View File

@@ -79,6 +79,13 @@ der_free_universal_string (heim_universal_string *k)
k->length = 0;
}
void
der_free_visible_string (heim_visible_string *str)
{
free(*str);
*str = NULL;
}
void
der_free_octet_string (heim_octet_string *k)
{