]> git.ipfire.org Git - thirdparty/tor.git/commit
A few more minor OpenSSL 1.1 fixes.
authorYawning Angel <yawning@schwanenlied.me>
Tue, 2 Jun 2015 18:58:57 +0000 (18:58 +0000)
committerNick Mathewson <nickm@torproject.org>
Tue, 2 Jun 2015 19:04:20 +0000 (15:04 -0400)
commit8024f6a75f00044fd342323d26e9907fc571c283
tree67fcb2652d436aac2ec24349aebd9a9b4f1553d0
parentff835e23280c0f29ca9ab25bfc3069276c0b8ab6
A few more minor OpenSSL 1.1 fixes.

 * Use `TLS_method()` instead of the deprecated `SSLv23_method()`
 * Fix one missed conversion to `SSL_CIPHER_get_id()`
configure.ac
src/common/tortls.c