From: Roger Dingledine Date: Thu, 24 Jul 2014 23:49:01 +0000 (-0400) Subject: get rid of already-merged bug12227 changes file X-Git-Tag: tor-0.2.6.1-alpha~219^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=472696e8e517609d34db4818af7bb4ff6f68a158;p=thirdparty%2Ftor.git get rid of already-merged bug12227 changes file --- diff --git a/changes/bug12227 b/changes/bug12227 deleted file mode 100644 index d8b5d08a55..0000000000 --- a/changes/bug12227 +++ /dev/null @@ -1,5 +0,0 @@ - o Minor bugfixes: - - Avoid an illegal read from stack when initializing the TLS - module using a version of OpenSSL without all of the ciphers - used by the v2 link handshake. Fixes bug 12227; bugfix on - 0.2.4.8-alpha. Found by "starlight".