summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2012-03-31 00:11:02 -0400
committerAndreas Schneider <asn@samba.org>2012-04-12 12:06:41 +0200
commit6ab0dfe0d9fdea81599ae022c73f5c282ab6aadf (patch)
tree39d32fc8fcdc8e2e02e867d62ce08c14bf615f87 /source4/auth
parentc761654b925d2cb556768bcd121ad9bf8f0c3bf9 (diff)
downloadsamba-6ab0dfe0d9fdea81599ae022c73f5c282ab6aadf.tar.gz
samba-6ab0dfe0d9fdea81599ae022c73f5c282ab6aadf.tar.bz2
samba-6ab0dfe0d9fdea81599ae022c73f5c282ab6aadf.zip
krb5_wrap: remove duplicate declaration and dead ifdef
Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/kerberos/kerberos.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/auth/kerberos/kerberos.h b/source4/auth/kerberos/kerberos.h
index 5aff56d833..8235dec70f 100644
--- a/source4/auth/kerberos/kerberos.h
+++ b/source4/auth/kerberos/kerberos.h
@@ -68,10 +68,6 @@ krb5_error_code krb5_set_default_tgs_ktypes(krb5_context ctx, const krb5_enctype
krb5_error_code krb5_auth_con_setuseruserkey(krb5_context context, krb5_auth_context auth_context, krb5_keyblock *keyblock);
#endif
-#ifndef HAVE_KRB5_FREE_UNPARSED_NAME
-void krb5_free_unparsed_name(krb5_context ctx, char *val);
-#endif
-
#if defined(HAVE_KRB5_PRINCIPAL_GET_COMP_STRING) && !defined(HAVE_KRB5_PRINC_COMPONENT)
const krb5_data *krb5_princ_component(krb5_context context, krb5_principal principal, int i );
#endif