Simplify krb5_build_authenticator and unexport

This commit is contained in:
Love Hornquist Astrand
2009-10-05 19:52:28 -07:00
parent cc65dc4e8e
commit a132ffe757
4 changed files with 26 additions and 43 deletions

View File

@@ -123,12 +123,11 @@ _krb5_mk_req_internal(krb5_context context,
if (ret)
goto out;
ret = krb5_build_authenticator (context,
ret = _krb5_build_authenticator(context,
ac,
ac->keyblock->keytype,
in_creds,
c_opt,
NULL,
&authenticator,
encrypt_usage);
if (c_opt)