deprecated warning

This commit is contained in:
Love Hornquist Astrand
2009-11-22 16:09:46 -08:00
parent dedbadb6d6
commit 1f0da1963a

View File

@@ -5019,6 +5019,12 @@ krb5_crypto_fx_cf2(krb5_context context,
#ifndef HEIMDAL_SMALLER
/**
* Deprecated: keytypes doesn't exists, they are really enctypes.
*
* @ingroup krb5_deprecated
*/
krb5_error_code KRB5_LIB_FUNCTION
krb5_keytype_to_enctypes (krb5_context context,
krb5_keytype keytype,
@@ -5059,6 +5065,12 @@ krb5_keytype_to_enctypes (krb5_context context,
return 0;
}
/**
* Deprecated: keytypes doesn't exists, they are really enctypes.
*
* @ingroup krb5_deprecated
*/
/* if two enctypes have compatible keys */
krb5_boolean KRB5_LIB_FUNCTION
krb5_enctypes_compatible_keys(krb5_context context,