change in_tkt_skey to in_tkt_sky
authorJohn Kohl <jtkohl@mit.edu>
Wed, 7 Mar 1990 16:30:57 +0000 (16:30 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 7 Mar 1990 16:30:57 +0000 (16:30 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@366 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/Imakefile

index c51ca0e9f429c08d9d06ce36ee8badb4c0b7641e..c1605e485611a74bf652399c64b75a903521707c 100644 (file)
@@ -9,7 +9,7 @@ OBJS=   decode_kdc.o    \
        encrypt_tk.o    \
        get_in_tkt.o    \
        in_tkt_pwd.o    \
-       in_tkt_skey.o   \
+       in_tkt_sky.o    \
        kdc_rep_dc.o    \
        mk_error.o      \
        parse.o         \
@@ -26,7 +26,7 @@ SRCS= decode_kdc.c    \
        encrypt_tk.c    \
        get_in_tkt.c    \
        in_tkt_pwd.c    \
-       in_tkt_skey.c   \
+       in_tkt_sky.c    \
        kdc_rep_dc.c    \
        mk_error.c      \
        parse.c         \