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:
@@ -78,7 +78,7 @@ hdb_next_etype2key(krb5_context context,
|
|||||||
{
|
{
|
||||||
krb5_keytype keytype;
|
krb5_keytype keytype;
|
||||||
krb5_error_code ret;
|
krb5_error_code ret;
|
||||||
ret = krb5_etype2keytype(context, etype, &keytype);
|
ret = krb5_etype_to_keytype(context, etype, &keytype);
|
||||||
if(ret)
|
if(ret)
|
||||||
return ret;
|
return ret;
|
||||||
return hdb_next_keytype2key(context, e, keytype, key);
|
return hdb_next_keytype2key(context, e, keytype, key);
|
||||||
|
Reference in New Issue
Block a user