aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2018-09-21 15:00:11 -0400
committerGreg Hudson <ghudson@mit.edu>2018-09-26 15:24:45 -0400
commitbb700a29b368d7e0cdd7bc18454b046b1e9113c4 (patch)
tree4462c84a646a9fabb27f7219000aece4700cded8 /src/Makefile.in
parente095b436d92d9aa30106509b5ccf76719e1668b3 (diff)
downloadkrb5-bb700a29b368d7e0cdd7bc18454b046b1e9113c4.zip
krb5-bb700a29b368d7e0cdd7bc18454b046b1e9113c4.tar.gz
krb5-bb700a29b368d7e0cdd7bc18454b046b1e9113c4.tar.bz2
Remove LDAP osa_princ_ent_rec XDR functions
The LDAP KDB module contained a duplicate set of functions to marshal osa_princ_ent_ret structures, perhaps to avoid a circular dependency on libkadm5srv before KDB modules were dynamically loaded. We have been using the libkadm5srv versions of those functions from the DB2 KDB module since release 1.8. Use them from the LDAP KDB module as well. Since no rpcgen output remains in princ_xdr.c and princ_xdr.h, add emacs mode lines for the krb5 C style to those files and make small formatting adjustments to match.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 08ca9fa..f6dedf8 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -621,8 +621,6 @@ OTHEREXCLUDES = \
lib/krb5/unicode \
plugins/kdb/db2/libdb2 \
plugins/kdb/db2/pol_xdr.c \
- plugins/kdb/ldap/libkdb_ldap/princ_xdr.c \
- plugins/kdb/ldap/libkdb_ldap/princ_xdr.h \
plugins/preauth/pkinit/pkcs11.h \
plugins/preauth/pkinit/pkinit_accessor.h \
plugins/preauth/pkinit/pkinit_crypto.h \