]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Issue #9043 - changelog entry
authorMarek Majkowski <marek@popcount.org>
Tue, 11 Jun 2013 11:17:39 +0000 (12:17 +0100)
committerNick Mathewson <nickm@torproject.org>
Wed, 12 Jun 2013 17:02:12 +0000 (13:02 -0400)
changes/bug9043 [new file with mode: 0644]

diff --git a/changes/bug9043 b/changes/bug9043
new file mode 100644 (file)
index 0000000..c3135ef
--- /dev/null
@@ -0,0 +1,3 @@
+  o Code simplification and refactoring:
+    - Since OpenSSL 0.9.8 we can use EVP_PKEY_cmp instead of
+      implementing the same thing as pkey_eq. Fixes #9043.