summaryrefslogtreecommitdiffstats
path: root/src/include/k5-int.h
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2012-06-07 12:41:48 -0400
committerGreg Hudson <ghudson@mit.edu>2012-06-07 12:41:48 -0400
commit7d1caa110226f85b4001a97afa05ef479018c511 (patch)
tree6b1598bc0bb58f944b61b2a8bb0586ad72fe904d /src/include/k5-int.h
parentdd64191e02df0a13b29345e4c50fe03e039dc207 (diff)
downloadkrb5-7d1caa110226f85b4001a97afa05ef479018c511.tar.gz
krb5-7d1caa110226f85b4001a97afa05ef479018c511.tar.xz
krb5-7d1caa110226f85b4001a97afa05ef479018c511.zip
Remove krb5_is_permitted_enctype_ext
It's an internal function (not in krb5.h or the libkrb5 export list) and nothing uses it.
Diffstat (limited to 'src/include/k5-int.h')
-rw-r--r--src/include/k5-int.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index ee15eacd8..539c8831a 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -2324,16 +2324,6 @@ void KRB5_CALLCONV krb5_free_ktypes(krb5_context, krb5_enctype *);
krb5_boolean krb5_is_permitted_enctype(krb5_context, krb5_enctype);
-typedef struct
-{
- krb5_enctype *etype;
- krb5_boolean *etype_ok;
- krb5_int32 etype_count;
-} krb5_etypes_permitted;
-
-krb5_boolean krb5_is_permitted_enctype_ext(krb5_context,
- krb5_etypes_permitted *);
-
krb5_boolean KRB5_CALLCONV krb5int_c_weak_enctype(krb5_enctype);
krb5_error_code krb5_kdc_rep_decrypt_proc(krb5_context, const krb5_keyblock *,