Patch from Secure Endpoints/Asanka Herath for windows support
This commit is contained in:
@@ -361,7 +361,8 @@ set_ptypes(krb5_context context,
|
||||
return(1);
|
||||
}
|
||||
|
||||
krb5_error_code KRB5_LIB_FUNCTION
|
||||
KRB5_DEPRECATED
|
||||
KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
|
||||
krb5_get_in_cred(krb5_context context,
|
||||
krb5_flags options,
|
||||
const krb5_addresses *addrs,
|
||||
@@ -374,7 +375,6 @@ krb5_get_in_cred(krb5_context context,
|
||||
krb5_const_pointer decryptarg,
|
||||
krb5_creds *creds,
|
||||
krb5_kdc_rep *ret_as_reply)
|
||||
KRB5_DEPRECATED
|
||||
{
|
||||
krb5_error_code ret;
|
||||
AS_REQ a;
|
||||
@@ -526,7 +526,8 @@ out:
|
||||
return ret;
|
||||
}
|
||||
|
||||
krb5_error_code KRB5_LIB_FUNCTION
|
||||
KRB5_DEPRECATED
|
||||
KRB5_LIB_FUNCTION krb5_error_code KRB5_LIB_CALL
|
||||
krb5_get_in_tkt(krb5_context context,
|
||||
krb5_flags options,
|
||||
const krb5_addresses *addrs,
|
||||
@@ -539,7 +540,6 @@ krb5_get_in_tkt(krb5_context context,
|
||||
krb5_creds *creds,
|
||||
krb5_ccache ccache,
|
||||
krb5_kdc_rep *ret_as_reply)
|
||||
KRB5_DEPRECATED
|
||||
{
|
||||
krb5_error_code ret;
|
||||
|
||||
|
Reference in New Issue
Block a user