diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-10-10 09:41:46 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-10-10 09:41:46 +0000 |
| commit | 034c27a4a24f4dc54b228849505f662c8c84ea2c (patch) | |
| tree | f90e1a2cb03fbbc232249eebae20008b26c4aa3c /src/lib | |
| parent | bbe91a3808543d102692d6e3ff9644e000de91d1 (diff) | |
remove ktrep2trep, trep2ktrep
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1198 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/asn.1/Imakefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/krb5/asn.1/Imakefile b/src/lib/krb5/asn.1/Imakefile index 32a2cadd2..b5b0ee3cc 100644 --- a/src/lib/krb5/asn.1/Imakefile +++ b/src/lib/krb5/asn.1/Imakefile @@ -55,7 +55,6 @@ SRCS= \ ktgrq2tgrq.c \ ktgsr2kdcr.c \ ktkt2tkt.c \ - ktrep2trep.c \ lsrq2klsrq.c \ prep2kprep.c \ prin2kprin.c \ @@ -64,7 +63,6 @@ SRCS= \ safe2ksafe.c \ tgrq2ktgrq.c \ tkt2ktkt.c \ - trep2ktrep.c \ u2gen.c OBJS= \ @@ -112,7 +110,6 @@ OBJS= \ ktgrq2tgrq.o \ ktgsr2kdcr.o \ ktkt2tkt.o \ - ktrep2trep.o \ lsrq2klsrq.o \ prep2kprep.o \ prin2kprin.o \ @@ -121,7 +118,6 @@ OBJS= \ safe2ksafe.o \ tgrq2ktgrq.o \ tkt2ktkt.o \ - trep2ktrep.o \ u2gen.o #if HavePerl |
