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:
@@ -198,7 +198,7 @@ loop (unsigned char *buf, size_t len, int indent)
|
||||
ret = der_get_oid(buf, length, &o, NULL);
|
||||
if (ret)
|
||||
errx (1, "der_get_oid: %s", error_message (ret));
|
||||
ret = der_print_heim_oid(&o, &p);
|
||||
ret = der_print_heim_oid(&o, '.', &p);
|
||||
free_oid(&o);
|
||||
if (ret)
|
||||
errx (1, "der_print_heim_oid: %s", error_message (ret));
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user