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:
Love Hörnquist Åstrand
2008-12-11 04:53:26 +00:00
parent 329b5e292b
commit 318bc750f8

View File

@@ -34,6 +34,9 @@
#include "krb5_locl.h"
RCSID("$Id$");
#undef __attribute__
#define __attribute__(X)
#ifndef HEIMDAL_SMALLER
/*
@@ -315,6 +318,7 @@ krb5_c_enctype_compare(krb5_context context,
krb5_enctype e1,
krb5_enctype e2,
krb5_boolean *similar)
__attribute__((deprecated))
{
*similar = krb5_enctypes_compatible_keys(context, e1, e2);
return 0;