use KRB5_DEPRECATED
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24297 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -31,13 +31,12 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define KRB5_DEPRECATED
|
||||||
|
|
||||||
#include "krb5_locl.h"
|
#include "krb5_locl.h"
|
||||||
|
|
||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
|
|
||||||
#undef __attribute__
|
|
||||||
#define __attribute__(x)
|
|
||||||
|
|
||||||
#ifndef HEIMDAL_SMALLER
|
#ifndef HEIMDAL_SMALLER
|
||||||
|
|
||||||
static krb5_error_code
|
static krb5_error_code
|
||||||
@@ -375,7 +374,7 @@ krb5_get_in_cred(krb5_context context,
|
|||||||
krb5_const_pointer decryptarg,
|
krb5_const_pointer decryptarg,
|
||||||
krb5_creds *creds,
|
krb5_creds *creds,
|
||||||
krb5_kdc_rep *ret_as_reply)
|
krb5_kdc_rep *ret_as_reply)
|
||||||
__attribute__((deprecated))
|
KRB5_DEPRECATED
|
||||||
{
|
{
|
||||||
krb5_error_code ret;
|
krb5_error_code ret;
|
||||||
AS_REQ a;
|
AS_REQ a;
|
||||||
@@ -539,8 +538,7 @@ krb5_get_in_tkt(krb5_context context,
|
|||||||
krb5_const_pointer decryptarg,
|
krb5_const_pointer decryptarg,
|
||||||
krb5_creds *creds,
|
krb5_creds *creds,
|
||||||
krb5_ccache ccache,
|
krb5_ccache ccache,
|
||||||
krb5_kdc_rep *ret_as_reply)
|
krb5_kdc_rep *ret_as_reply) KRB5_DEPRECATED
|
||||||
__attribute__((deprecated))
|
|
||||||
{
|
{
|
||||||
krb5_error_code ret;
|
krb5_error_code ret;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user