aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/sha1.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-07 14:16:15 +0100
committerAnders Broman <a.broman58@gmail.com>2014-03-31 15:59:51 +0000
commit3170f2e41817c0beb93be40bdaa93197f3a1d6bf (patch)
tree59e238789a5c972fe7f90fd86f1eb89351cf8648 /wsutil/sha1.c
parentd0edbd31eb33c9795714920e2bb0fbec4029f4c1 (diff)
Continue to remove $Id$ from top of file
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') (Double space between star and $Id$) Change-Id: If9b8f345e3b6493de0b573600e60005c8b0b33c3 Reviewed-on: https://code.wireshark.org/review/877 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'wsutil/sha1.c')
-rw-r--r--wsutil/sha1.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/wsutil/sha1.c b/wsutil/sha1.c
index 98ad368351..fcafd2b743 100644
--- a/wsutil/sha1.c
+++ b/wsutil/sha1.c
@@ -1,8 +1,6 @@
/*
* FIPS-180-1 compliant SHA-1 implementation
*
- * $Id$
- *
* Copyright (C) 2001-2003 Christophe Devine
* Copyright (C) 2012 Chris Elston, Katalix Systems Ltd <celston@katalix.com>
*