Add VisibleString parsing
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19539 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -88,6 +88,13 @@ der_copy_universal_string (const heim_universal_string *from,
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
der_copy_visible_string (const heim_visible_string *from,
|
||||
heim_visible_string *to)
|
||||
{
|
||||
return der_copy_general_string(from, to);
|
||||
}
|
||||
|
||||
int
|
||||
der_copy_octet_string (const heim_octet_string *from, heim_octet_string *to)
|
||||
{
|
||||
|
Reference in New Issue
Block a user