use the asn1 decoder directly
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24070 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -98,8 +98,8 @@ decrypt_authenticator (krb5_context context,
|
||||
if (ret)
|
||||
return ret;
|
||||
|
||||
ret = krb5_decode_Authenticator(context, plain.data, plain.length,
|
||||
authenticator, &len);
|
||||
ret = decode_Authenticator(plain.data, plain.length,
|
||||
authenticator, &len);
|
||||
krb5_data_free (&plain);
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user