update to new krb5_auth_con* names

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10107 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-06-18 04:08:37 +00:00
parent 116d63a1bf
commit 2fb88a72e0
3 changed files with 5 additions and 5 deletions

View File

@@ -1237,7 +1237,7 @@ tgs_check_authenticator(krb5_auth_context ac,
krb5_error_code ret;
krb5_crypto crypto;
krb5_auth_getauthenticator(context, ac, &auth);
krb5_auth_con_getauthenticator(context, ac, &auth);
if(auth->cksum == NULL){
kdc_log(0, "No authenticator in request");
ret = KRB5KRB_AP_ERR_INAPP_CKSUM;
@@ -1438,7 +1438,7 @@ tgs_rep2(KDC_REQ_BODY *b,
{
krb5_authenticator auth;
ret = krb5_auth_getauthenticator(context, ac, &auth);
ret = krb5_auth_con_getauthenticator(context, ac, &auth);
if (ret == 0) {
*csec = malloc(sizeof(**csec));
if (*csec == NULL) {