Enable (safe) use of zstd static-only APIs

We'll only use these when the compile-time version and the run-time
version of the zstd library match.  Part of ticket 25162.
This commit is contained in:
Nick Mathewson
2018-02-06 10:34:41 -05:00
parent b5a8fd1566
commit 358b609e9d
3 changed files with 48 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
o Minor features (compression, zstd):
- When running with zstd, Tor now considers using advanced functions that
the zstd maintainers have labeled as potentially unstable. To
prevent breakage, Tor will only use this functionality when
the runtime version of the zstd library matches the version
with which it were compiled. Closes ticket 25162.