krb5_enctypes_compatible_keys and krb5_c_enctype_compare deprecated
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24072 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -34,6 +34,9 @@
|
|||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
|
|
||||||
|
#undef __attribute__
|
||||||
|
#define __attribute__(X)
|
||||||
|
|
||||||
#ifndef HEIMDAL_SMALLER
|
#ifndef HEIMDAL_SMALLER
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -315,6 +318,7 @@ 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))
|
||||||
{
|
{
|
||||||
*similar = krb5_enctypes_compatible_keys(context, e1, e2);
|
*similar = krb5_enctypes_compatible_keys(context, e1, e2);
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user