gss_release_oid_set(3sec)
Frees storage associated with a gss_OID_set object
Synopsis
#include <dce/gssapi.h> OM_uint32 gss_release_oid_set ( OM_uint32 *minor_status,
gss_OID_set set)
Parameters
Input
set The OID set to delete.
Output
minor_status Returns a status code from the security mechanism.
Description The gss_release_oid_set( ) routine frees storage that is associated with the gss_OID_set parameter and was allocated by a GSSAPI routine.
Errors
The following describes a partial list of errors that might be returned. Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages.
GSS_S_COMPLETE |
The routine was completed successfully. |
GSS_S_FAILURE |
The routine failed. Check the minor_status parameter for details. |
|