Rename `zlib_state` to `compress_state` in the test_buffers.
[tor.git] / changes / bug21825
blob8f14b32f8402eaa9026e1b5cc03dad3ee642528d
1   o Minor bugfix (compilation):
2     - Functions in hs_service.c was only compiled for unit test making the
3       created object (.o) contain no symbols in src/or/libor.a resulting in a
4       compilation warning from clang. We now expose those functions for the
5       unit tests. This will be changed in 0.3.2 release. Fixes bug 21825.;
6       bugfix on tor-0.3.0.1-alpha.