prefix libasn1 types with heim_

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12439 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-07-15 14:05:49 +00:00
parent 939b444ca3
commit 283630104a
5 changed files with 9 additions and 9 deletions

View File

@@ -69,9 +69,9 @@ krb5_mk_error(krb5_context context,
}
msg.error_code = error_code - KRB5KDC_ERR_NONE;
if (e_text)
msg.e_text = (general_string*)&e_text;
msg.e_text = (heim_general_string*)&e_text;
if (e_data)
msg.e_data = (octet_string*)e_data;
msg.e_data = (heim_octet_string*)e_data;
if(server){
msg.realm = server->realm;
msg.sname = server->name;