mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Fix a dependency: sha256.c influences crypto.o, not crypto.c
This commit is contained in:
parent
91fed2c703
commit
5d162d5a7b
@ -1,3 +1,4 @@
|
|||||||
o Minor bugfixes:
|
o Minor bugfixes:
|
||||||
- Avoid a warning when building common_sha1.i out of tree. Fixes bug
|
- Avoid a warning when building common_sha1.i out of tree. Fixes bug
|
||||||
6778; bugfix on 0.2.4.1-alpha.
|
6778; bugfix on 0.2.4.1-alpha.
|
||||||
|
- Fix a mis-declared dependency on src/common/crypto.c.
|
||||||
|
@ -72,4 +72,4 @@ src/common/common_sha1.i: $(libor_SOURCES) $(libor_crypto_a_SOURCES) $(COMMONHEA
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
src/common/util_codedigest.o: src/common/common_sha1.i
|
src/common/util_codedigest.o: src/common/common_sha1.i
|
||||||
src/common/crypto.c: src/common/sha256.c
|
src/common/crypto.o: src/common/sha256.c
|
||||||
|
Loading…
Reference in New Issue
Block a user