From 0f7aa3db52ac10177993e8f05569c7d378d66440 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 27 Aug 2012 15:51:52 +1000 Subject: lib/krb5_wrap: Bring list of all enc types into krb5_wrap --- lib/krb5_wrap/krb5_samba.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/krb5_wrap/krb5_samba.h') diff --git a/lib/krb5_wrap/krb5_samba.h b/lib/krb5_wrap/krb5_samba.h index 9db43b7535..42e19b5789 100644 --- a/lib/krb5_wrap/krb5_samba.h +++ b/lib/krb5_wrap/krb5_samba.h @@ -293,6 +293,8 @@ krb5_boolean smb_krb5_kt_compare(krb5_context context, krb5_enctype enctype); #endif +const krb5_enctype *samba_all_enctypes(void); + #endif /* HAVE_KRB5 */ int cli_krb5_get_ticket(TALLOC_CTX *mem_ctx, -- cgit