From ae861d6c37d41cc2025a4a83eba81b2036543df9 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Tue, 14 Jan 1997 02:46:23 +0000 Subject: [PATCH] replaced mit-crc.c by crc.c git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1158 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/Makefile.am b/lib/krb5/Makefile.am index aa8ebe125..c85c8b8cd 100644 --- a/lib/krb5/Makefile.am +++ b/lib/krb5/Makefile.am @@ -11,7 +11,7 @@ lib_LIBRARIES = krb5 krb5_SOURCES = cache.c config_file.y constants.c context.c data.c \ get_addrs.c get_cred.c get_in_tkt.c get_in_tkt_pw.c get_port.c \ krbhst.c misc.c principal.c principal_p.c send_to_kdc.c str2key.c \ - mit-crc.c build_ap_req.c build_auth.c mk_req.c get_host_realm.c \ + crc.c build_ap_req.c build_auth.c mk_req.c get_host_realm.c \ auth_context.c rd_rep.c keytab.c config_file.c: config_file.y