-
- Downloads
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.
Showing
- .gitignore 2 additions, 0 deletions.gitignore
- ChangeLog 6 additions, 0 deletionsChangeLog
- configure.in 4 additions, 0 deletionsconfigure.in
- src/common/Makefile.am 14 additions, 0 deletionssrc/common/Makefile.am
- src/common/util.c 7 additions, 0 deletionssrc/common/util.c
- src/common/util.h 2 additions, 0 deletionssrc/common/util.h
- src/or/Makefile.am 15 additions, 1 deletionsrc/or/Makefile.am
- src/or/config.c 8 additions, 0 deletionssrc/or/config.c
Loading
Please register or sign in to comment