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:
@@ -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++) {
|
||||
|
Reference in New Issue
Block a user