From: Theodore Tso Date: Thu, 28 Mar 1991 17:50:56 +0000 (+0000) Subject: Added read_msg.c and write_msg.c X-Git-Tag: krb5-1.0-alpha4~18 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=578aecfa158822a1864e660de3897f74ff571469;p=krb5.git Added read_msg.c and write_msg.c git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1955 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/os/Imakefile b/src/lib/krb5/os/Imakefile index b30094f8d..194ccf953 100644 --- a/src/lib/krb5/os/Imakefile +++ b/src/lib/krb5/os/Imakefile @@ -31,7 +31,9 @@ OBJS= \ osconfig.o \ port2ip.o \ rnd_confoun.o \ + read_msg.o \ read_pwd.o \ + send_msg.o \ sendto_kdc.o \ sn2princ.o \ timeofday.o \ @@ -57,9 +59,11 @@ SRCS= \ net_read.c \ net_write.c \ osconfig.c \ + read_msg.c \ read_pwd.c \ port2ip.c \ rnd_confoun.c \ + send_msg.c \ sendto_kdc.c \ sn2princ.c \ timeofday.c \