diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-06 10:03:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-06 10:03:06 -0400 |
commit | 5d162d5a7b6b8ce9075cd6987cc6cda119b433ff (patch) | |
tree | be3ee72786f4e068ba81b4ee53ef940292951154 /changes | |
parent | 91fed2c7037acf3f154ab0a4a536bc1579c1ccfa (diff) | |
download | tor-5d162d5a7b6b8ce9075cd6987cc6cda119b433ff.tar tor-5d162d5a7b6b8ce9075cd6987cc6cda119b433ff.tar.gz |
Fix a dependency: sha256.c influences crypto.o, not crypto.c
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6778 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug6778 b/changes/bug6778 index 3585140b3..4448d1508 100644 --- a/changes/bug6778 +++ b/changes/bug6778 @@ -1,3 +1,4 @@ o Minor bugfixes: - Avoid a warning when building common_sha1.i out of tree. Fixes bug 6778; bugfix on 0.2.4.1-alpha. + - Fix a mis-declared dependency on src/common/crypto.c. |