cheat for krb5_c_enctype_compare() and make it as KRB5_DEPRECATED
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24308 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -318,9 +318,9 @@ krb5_c_enctype_compare(krb5_context context,
|
|||||||
krb5_enctype e1,
|
krb5_enctype e1,
|
||||||
krb5_enctype e2,
|
krb5_enctype e2,
|
||||||
krb5_boolean *similar)
|
krb5_boolean *similar)
|
||||||
__attribute__((deprecated))
|
KRB5_DEPRECATED
|
||||||
{
|
{
|
||||||
*similar = krb5_enctypes_compatible_keys(context, e1, e2);
|
*similar = (e1 == e2)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user