unexport krb5_init_etype, remove duplicate code

This commit is contained in:
Love Hörnquist Åstrand
2011-06-14 21:08:52 -07:00
parent f93a56f931
commit 0f489b7b28
7 changed files with 64 additions and 98 deletions

View File

@@ -671,7 +671,7 @@ init_as_req (krb5_context context,
*a->req_body.rtime = creds->times.renew_till;
}
a->req_body.nonce = 0;
ret = krb5_init_etype (context,
ret = _krb5_init_etype(context,
KRB5_PDU_AS_REQUEST,
&a->req_body.etype.len,
&a->req_body.etype.val,