etype2keytype -> etype_to_keytype

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3531 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-09-22 18:21:42 +00:00
parent 89fc4f064b
commit 2b1793bc18

View File

@@ -78,7 +78,7 @@ hdb_next_etype2key(krb5_context context,
{
krb5_keytype keytype;
krb5_error_code ret;
ret = krb5_etype2keytype(context, etype, &keytype);
ret = krb5_etype_to_keytype(context, etype, &keytype);
if(ret)
return ret;
return hdb_next_keytype2key(context, e, keytype, key);