summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/int-proto.h
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2012-06-07 12:58:26 -0400
committerGreg Hudson <ghudson@mit.edu>2012-06-07 12:58:26 -0400
commit1523033c95693c635c53dcc990b9269771e80707 (patch)
tree7be5a6b940b5f91c37f33bd6a0b5adcd82e70366 /src/lib/krb5/krb/int-proto.h
parent7d1caa110226f85b4001a97afa05ef479018c511 (diff)
downloadkrb5-1523033c95693c635c53dcc990b9269771e80707.tar.gz
krb5-1523033c95693c635c53dcc990b9269771e80707.tar.xz
krb5-1523033c95693c635c53dcc990b9269771e80707.zip
Rename and add to etype utility functions
Rename krb5int_count_etypes and krb5int_copy_etypes to have k5_ prefixes, and make them available outside of libkrb5 (but not part of the public API). Add k5_etypes_contains to search an etype list, and use it in krb5_is_permitted_enctype.
Diffstat (limited to 'src/lib/krb5/krb/int-proto.h')
-rw-r--r--src/lib/krb5/krb/int-proto.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/krb5/krb/int-proto.h b/src/lib/krb5/krb/int-proto.h
index 3b93532af2..8dc6867cdb 100644
--- a/src/lib/krb5/krb/int-proto.h
+++ b/src/lib/krb5/krb/int-proto.h
@@ -160,11 +160,6 @@ krb5_error_code krb5int_decode_tgs_rep(krb5_context,
const krb5_keyblock *, krb5_keyusage,
krb5_kdc_rep ** );
-/* Utility functions for zero-terminated enctype lists. */
-size_t krb5int_count_etypes(const krb5_enctype *list);
-krb5_error_code krb5int_copy_etypes(const krb5_enctype *old_list,
- krb5_enctype **new_list);
-
krb5_error_code
krb5int_validate_times(krb5_context, krb5_ticket_times *);