From 2b1793bc183269d2db2960317980623a928689ea Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 22 Sep 1997 18:21:42 +0000 Subject: [PATCH] etype2keytype -> etype_to_keytype git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3531 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/hdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hdb/hdb.c b/lib/hdb/hdb.c index 9ee84199b..414aa6fa5 100644 --- a/lib/hdb/hdb.c +++ b/lib/hdb/hdb.c @@ -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); -- 2.11.4.GIT