New der_put_heim_integer signature.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18432 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-14 04:57:09 +00:00
parent da6e710e29
commit c5ede77a94
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ gss_oid_to_str(OM_uint32 *minor_status, gss_OID oid, gss_buffer_t oid_str)
return GSS_S_FAILURE;
}
ret = der_print_heim_oid(&o, &p);
ret = der_print_heim_oid(&o, ' ', &p);
free_oid(&o);
if (ret) {
*minor_status = ret;