cs_oid_free - free an object identifier (OID)
#include <gssapi/gssapi.h>
void cs_oid_free(
const cs_oid_t aOid );
The OID to be freed.
The cs_oid_free() function frees an OID that was allocated
using the function cs_oid_dup().
A NULL value may be passed as the OID to be freed.
The function does not return any values.
PORTABILITY CONSIDERATIONS [Toc] [Back] This function is an extension of the GSS-API standard that
is not supported by other GSS-API implementations.
Functions: cs_oid_dup(3), cs_oid_set_free(3)
cs_oid_free(3)
[ Back ] |