prompte krb5_data_free
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24344 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -37,6 +37,22 @@
|
|||||||
|
|
||||||
#ifndef HEIMDAL_SMALLER
|
#ifndef HEIMDAL_SMALLER
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Same as krb5_data_free().
|
||||||
|
*
|
||||||
|
* @param context Kerberos 5 context.
|
||||||
|
* @param data krb5_data to free.
|
||||||
|
*
|
||||||
|
* @ingroup krb5
|
||||||
|
*/
|
||||||
|
|
||||||
|
void KRB5_LIB_FUNCTION
|
||||||
|
krb5_free_data_contents(krb5_context context, krb5_data *data)
|
||||||
|
KRB5_DEPRECATED
|
||||||
|
{
|
||||||
|
krb5_data_free(data);
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* First take the configured list of etypes for `keytype' if available,
|
* First take the configured list of etypes for `keytype' if available,
|
||||||
* else, do `krb5_keytype_to_enctypes'.
|
* else, do `krb5_keytype_to_enctypes'.
|
||||||
|
Reference in New Issue
Block a user