From e07a5b2712734c0ce1508de2236c6dfb28fbae14 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sat, 31 Jan 1998 16:29:24 +0000 Subject: [PATCH] Use krb5_encode_Authenticator. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4361 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/build_auth.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/krb5/build_auth.c b/lib/krb5/build_auth.c index 4e49d310c..9812b34e4 100644 --- a/lib/krb5/build_auth.c +++ b/lib/krb5/build_auth.c @@ -98,7 +98,8 @@ krb5_build_authenticator (krb5_context context, } memset (buf, 0, sizeof(buf)); - ret = encode_Authenticator (buf + sizeof(buf) - 1, sizeof(buf), auth, &len); + ret = krb5_encode_Authenticator (context, buf + sizeof(buf) - 1, sizeof(buf), + auth, &len); ret = krb5_encrypt (context, buf + sizeof(buf) - len, len, enctype,