summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-11-03 09:35:41 -0400
committerNick Mathewson <nickm@torproject.org>2016-11-03 09:35:41 -0400
commit464783a8dcc337c103801b8c551d1331baec1e9c (patch)
treeb710386cc3e0cb19628d431094c69ff780e185d5 /changes
parentb0f1241a1d9319387eb536c1edd0b4c15d1e8ac3 (diff)
downloadtor-464783a8dcc337c103801b8c551d1331baec1e9c.tar.gz
tor-464783a8dcc337c103801b8c551d1331baec1e9c.zip
Use explicit casts to avoid warnings when building with openssl 1.1
fixes bug 20551; bugfix on 0.2.1.1-alpha
Diffstat (limited to 'changes')
-rw-r--r--changes/bug205513
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug20551 b/changes/bug20551
new file mode 100644
index 0000000000..1e0746b666
--- /dev/null
+++ b/changes/bug20551
@@ -0,0 +1,3 @@
+ o Minor bugfixes (compilation);
+ - Fix implicit conversion warnings under OpenSSL 1.1.
+ Fixes bug 20551; bugfix on 0.2.1.1-alpha.