add a missing "compat_openssl.h"
[tor/appveyor.git] / changes / ticket23845
blob93c150bdb0df6d531c2ec90b7312da12077fb5ad
1   o Major features (embedding):
2     - There is now a documented stable API for programs that need to
3       embed Tor. See tor_api.h for full documentation and known bugs.
4       Closes ticket 23684.
6   o Code simplification and refactoring:
7     - The tor_git_revision[] constant no longer needs to be redeclared
8       by everything that links against the rest of Tor.  Done as part
9       of ticket 23845, to simplify our external API.