aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-28 23:20:14 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-28 23:20:14 +0000
commit3ae3e700704f3cd9bc44451a41dd59d0c2871784 (patch)
tree44b8bb8ff63b76f95984bbd286b40cfa88381c55 /epan/Makefile.common
parent425462d5f6e65f2754f18be01e2c9a944fee4e7a (diff)
downloadwireshark-3ae3e700704f3cd9bc44451a41dd59d0c2871784.tar.gz
wireshark-3ae3e700704f3cd9bc44451a41dd59d0c2871784.tar.bz2
wireshark-3ae3e700704f3cd9bc44451a41dd59d0c2871784.zip
Move the SHA-1 code and header into epan, and give them RCS IDs.
svn path=/trunk/; revision=12125
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common3
1 files changed, 2 insertions, 1 deletions
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 \