From f8c1fbfbe4f9763684137eaed3b23cdb49a0cbc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 24 Apr 2005 14:14:17 +0000 Subject: [PATCH] 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 --- lib/krb5/crypto.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/krb5/crypto.c b/lib/krb5/crypto.c index 10786da15..e823ccd48 100644 --- a/lib/krb5/crypto.c +++ b/lib/krb5/crypto.c @@ -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++) {