diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-11-03 09:35:41 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-11-03 09:35:41 -0400 |
commit | 464783a8dcc337c103801b8c551d1331baec1e9c (patch) | |
tree | b710386cc3e0cb19628d431094c69ff780e185d5 /changes | |
parent | b0f1241a1d9319387eb536c1edd0b4c15d1e8ac3 (diff) | |
download | tor-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/bug20551 | 3 |
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. |