mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
7519584347
In order to avoid src/or/hs_service.o to contain no symbols and thus making clang throw a warning, the functions are now exposed not just to unit tests. Signed-off-by: David Goulet <dgoulet@torproject.org>
7 lines
371 B
Plaintext
7 lines
371 B
Plaintext
o Minor bugfix (compilation):
|
|
- Functions in hs_service.c was only compiled for unit test making the
|
|
created object (.o) contain no symbols in src/or/libor.a resulting in a
|
|
compilation warning from clang. We now expose those functions for the
|
|
unit tests. This will be changed in 0.3.2 release. Fixes bug 21825.;
|
|
bugfix on tor-0.3.0.1-alpha.
|