From: John Kohl Date: Wed, 7 Feb 1990 17:58:36 +0000 (+0000) Subject: add in_tkt_pwd, kdc_rep_dc X-Git-Tag: krb5-1.0-alpha2~1068 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=09024238cf16ee3721ea094a705585f562a34d91;p=krb5.git add in_tkt_pwd, kdc_rep_dc git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@316 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/krb/Imakefile b/src/lib/krb5/krb/Imakefile index 3ef7197ec..d1c9a800d 100644 --- a/src/lib/krb5/krb/Imakefile +++ b/src/lib/krb5/krb/Imakefile @@ -7,6 +7,8 @@ OBJS= decode_kdc.o \ encode_kdc.o \ encode_tkt.o \ encrypt_tk.o \ + in_tkt_pwd.o \ + kdc_rep_dc.o \ mk_error.o \ parse.o \ princ_comp.o \ @@ -20,6 +22,8 @@ SRCS= decode_kdc.c \ encode_kdc.c \ encode_tkt.c \ encrypt_tk.c \ + in_tkt_pwd.c \ + kdc_rep_dc.c \ mk_error.c \ parse.c \ princ_comp.c \