diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-08-10 19:22:41 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2011-08-10 23:12:09 +0200 |
commit | 92bea30e28f62ea4c5d335420e2a328ff64598bc (patch) | |
tree | 07f8fec3a5de16cb847052ae781ed3bd6de6d54e /changes | |
parent | f570470830503c93b4d0491eb4812dfa59e585a1 (diff) | |
download | tor-92bea30e28f62ea4c5d335420e2a328ff64598bc.tar.gz tor-92bea30e28f62ea4c5d335420e2a328ff64598bc.zip |
Ignore deprecation warnings on OS X
Starting with Lion, Apple decided to deprecate the system openssl. We
can start requiring users to install their own openssl once OS X doesn't
ship with it anymore.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug3643 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug3643 b/changes/bug3643 new file mode 100644 index 0000000000..86bd920cac --- /dev/null +++ b/changes/bug3643 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - Selectively disable deprecation warnings on OS X because Lion started + deprecating the shipped copy of openssl. Fixes bug 3643. + |