gss_release_oid(3) — Subroutines
NAME
gss_release_oid − Free storage of an OID object.
SYNOPSIS
#include <gssapi/gssapi.h>
OM_uint32 gss_release_oid(
OM_uint32 ∗ minor_status,
gss_OID oid );
PARAMETERS
minor_status
Kerberos 5 error code.
oidOBJECT IDENTIFIER
DESCRIPTION
Allows the caller to release the storage associated with an OBJECT IDENTIFIER buffer allocated by another GSS_API call. This call’s specific behavior depends on the language and programming environment within which a GSS_API implementation operates, and is therefore detailed within applicable bindings specifications; in particular, this call may be superfluous within bindings where memory management is automatic.
RETURN VALUES
| GSS_S_COMPLETE | 00000000 |
| GSS_S_FAILURE | xx0Dxxxx |