]> git.ipfire.org Git - thirdparty/tor.git/commit
Drop support for openssl 0.9.7
authorNick Mathewson <nickm@torproject.org>
Wed, 12 Sep 2012 23:25:58 +0000 (19:25 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 12 Sep 2012 23:25:58 +0000 (19:25 -0400)
commitfeabf4148fc00a8535714ff72d9caa8303a73eaf
tree298ec14f814f14a397c745bc96a7d459be670059
parenta73dec16c539fd957ab09f242cd44b0a0858cd38
Drop support for openssl 0.9.7

097 hasn't seen a new version since 2007; we can drop support too.

This lets us remove our built-in sha256 implementation, and some
checks for old bugs.
changes/dropped_openssl_vers [new file with mode: 0644]
src/common/crypto.c
src/common/include.am
src/common/sha256.c [deleted file]
src/common/tortls.c