From 3ae3e700704f3cd9bc44451a41dd59d0c2871784 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 28 Sep 2004 23:20:14 +0000 Subject: Move the SHA-1 code and header into epan, and give them RCS IDs. svn path=/trunk/; revision=12125 --- epan/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'epan/Makefile.common') diff --git a/epan/Makefile.common b/epan/Makefile.common index 56413c5b79..18c558024b 100644 --- a/epan/Makefile.common +++ b/epan/Makefile.common @@ -52,6 +52,7 @@ LIBETHEREAL_SRC = \ prefs.c \ proto.c \ range.c \ + sha1.c \ sna-utils.c \ strutil.c \ timestamp.c \ @@ -98,6 +99,7 @@ LIBETHEREAL_INCLUDES = \ proto.h \ range.h \ report_err.h \ + sha1.h \ slab.h \ sna-utils.h \ strutil.h \ @@ -117,7 +119,6 @@ DISSECTOR_SUPPORT_SRC = \ ../ptvcursor.c \ ../reassemble.c \ ../req_resp_hdrs.c \ - ../sha1.c \ ../t35.c \ ../tap.c \ ../xdlc.c \ -- cgit v1.2.3