summaryrefslogtreecommitdiffstats
path: root/src/kdc/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-10-07 14:26:25 +0000
committerGreg Hudson <ghudson@mit.edu>2011-10-07 14:26:25 +0000
commitca3ec7f3fd59baa0d0eedcb61c7009165ea2730c (patch)
tree88ed05dc1fbabfed100b0129bea1d901ac50bd50 /src/kdc/Makefile.in
parentf80666416e33efe29bfb1ffc711d482d67fc0873 (diff)
downloadkrb5-ca3ec7f3fd59baa0d0eedcb61c7009165ea2730c.tar.gz
krb5-ca3ec7f3fd59baa0d0eedcb61c7009165ea2730c.tar.xz
krb5-ca3ec7f3fd59baa0d0eedcb61c7009165ea2730c.zip
Use built-in modules for encrypted timestamp
Break out the encrypted timestamp code from kdc_preauth.c and preauth2.c into built-in modules, allowing admins to disable it and reducing the size of the framework code. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25319 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc/Makefile.in')
-rw-r--r--src/kdc/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kdc/Makefile.in b/src/kdc/Makefile.in
index 68f1a5b8f5..118f8f7803 100644
--- a/src/kdc/Makefile.in
+++ b/src/kdc/Makefile.in
@@ -21,6 +21,7 @@ SRCS= \
$(srcdir)/kdc_util.c \
$(srcdir)/kdc_preauth.c \
$(srcdir)/kdc_preauth_ec.c \
+ $(srcdir)/kdc_preauth_encts.c \
$(srcdir)/main.c \
$(srcdir)/policy.c \
$(srcdir)/extern.c \
@@ -36,6 +37,7 @@ OBJS= \
kdc_util.o \
kdc_preauth.o \
kdc_preauth_ec.o \
+ kdc_preauth_encts.o \
main.o \
policy.o \
extern.o \