summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Majkowski <marek@popcount.org>2013-06-11 12:17:39 +0100
committerNick Mathewson <nickm@torproject.org>2013-06-12 13:02:12 -0400
commit000b4f5cbf80b5cd23b9e03a9a74a6e028321391 (patch)
treeda3370e09a684058f08a0c4e5f6379ef3e34cc73
parent16d1dd134a995cf62cdbcf6c2d59da7ae09d601b (diff)
downloadtor-000b4f5cbf80b5cd23b9e03a9a74a6e028321391.tar.gz
tor-000b4f5cbf80b5cd23b9e03a9a74a6e028321391.zip
Issue #9043 - changelog entry
-rw-r--r--changes/bug90433
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug9043 b/changes/bug9043
new file mode 100644
index 0000000000..c3135ef0f4
--- /dev/null
+++ b/changes/bug9043
@@ -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.