Command-line option to dump SHA1 digests of all source files.
commit6ac3a8b0cd1946e90a4c997e8fad1bfc63890abd
authorNick Mathewson <nickm@freehaven.net>
Sun, 4 Jan 2009 02:43:05 +0000 (3 21:43 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 29 Apr 2009 18:46:04 +0000 (29 14:46 -0400)
treee18fffa9c4b0ca4682ca36e607a6b6566946513b
parente3ec061bc0ba9aa1bad1615f78fa7fe602e194e0
Command-line option to dump SHA1 digests of all source files.

Now, when you call tor --digests, it dumps the SHA1 digest of each
source file that Tor was built with.  We support both 'sha1sum' and
'openssl sha1'.  If the user is building from a tarball and they
haven't edited anything, they don't need any program that calculates
SHA1.  If they _have_ modified a file but they don't have a program to
calculate SHA1, we try to build so we do not output digests.
.gitignore
ChangeLog
configure.in
src/common/Makefile.am
src/common/util.c
src/common/util.h
src/or/Makefile.am
src/or/config.c