unexport the oid_to_enctype function, not for external consumers

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14921 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-24 14:14:17 +00:00
parent 194a652320
commit f8c1fbfbe4

View File

@@ -3064,9 +3064,9 @@ krb5_enctype_to_oid(krb5_context context,
}
krb5_error_code KRB5_LIB_FUNCTION
krb5_oid_to_enctype(krb5_context context,
const heim_oid *oid,
krb5_enctype *etype)
_krb5_oid_to_enctype(krb5_context context,
const heim_oid *oid,
krb5_enctype *etype)
{
int i;
for(i = 0; i < num_etypes; i++) {