projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5e4a73
)
add faddr_ordr, mk_safe
author
John Kohl
<jtkohl@mit.edu>
Fri, 9 Mar 1990 16:10:48 +0000
(16:10 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Fri, 9 Mar 1990 16:10:48 +0000
(16:10 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@392
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/krb/Imakefile
patch
|
blob
|
history
diff --git
a/src/lib/krb5/krb/Imakefile
b/src/lib/krb5/krb/Imakefile
index 03de24b535157e1c1d81d5e22a4eae43e5f7b70d..007557408bd1aa82070fdaf12154850b7b744aef 100644
(file)
--- a/
src/lib/krb5/krb/Imakefile
+++ b/
src/lib/krb5/krb/Imakefile
@@
-9,6
+9,7
@@
OBJS= addr_comp.o \
encode_kdc.o \
encode_tkt.o \
encrypt_tk.o \
+ faddr_ordr.o \
free_krbhs.o \
get_in_tkt.o \
get_krbhst.o \
@@
-18,6
+19,7
@@
OBJS= addr_comp.o \
mk_error.o \
mk_req.o \
mk_req_ext.o \
+ mk_safe.o \
parse.o \
princ_comp.o \
rd_error.o \
@@
-34,6
+36,7
@@
SRCS= addr_comp.c \
encode_kdc.c \
encode_tkt.c \
encrypt_tk.c \
+ faddr_ordr.c \
free_krbhs.c \
get_in_tkt.c \
get_krbhst.c \
@@
-43,6
+46,7
@@
SRCS= addr_comp.c \
mk_error.c \
mk_req.c \
mk_req_ext.c \
+ mk_safe.c \
parse.c \
princ_comp.c \
rd_error.c \