diff options
author | teor <teor@torproject.org> | 2019-11-11 12:56:08 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-11-11 13:19:15 +1000 |
commit | 2abff832ddccbd8c32778cf4dba73729666b83d9 (patch) | |
tree | 30b234c7a23ac35a6176e4bc42e4520efeb3a3d8 /changes/bug32449 | |
parent | 1bde356bf645f3c3d3b0a6e70c03e2baf9f89d26 (diff) | |
download | tor-2abff832ddccbd8c32778cf4dba73729666b83d9.tar.gz tor-2abff832ddccbd8c32778cf4dba73729666b83d9.zip |
Appveyor: Install OpenSSL to resolve a header/library mismatch
Install the mingw OpenSSL package in Appveyor. This makes sure that
the OpenSSL headers and libraries match in Tor's Appveyor builds.
(This bug was triggered by an Appveyor image update.)
Fixes bug 32449; bugfix on 0.3.5.6-rc.
Diffstat (limited to 'changes/bug32449')
-rw-r--r-- | changes/bug32449 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug32449 b/changes/bug32449 new file mode 100644 index 0000000000..213d8a1014 --- /dev/null +++ b/changes/bug32449 @@ -0,0 +1,5 @@ + o Minor bugfixes (CI, appveyor): + - Install the mingw OpenSSL package in Appveyor. This makes sure that + the OpenSSL headers and libraries match in Tor's Appveyor builds. + (This bug was triggered by an Appveyor image update.) + Fixes bug 32449; bugfix on 0.3.5.6-rc. |