diff options
author | Marek Majkowski <marek@popcount.org> | 2013-06-11 12:17:39 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-06-12 13:02:12 -0400 |
commit | 000b4f5cbf80b5cd23b9e03a9a74a6e028321391 (patch) | |
tree | da3370e09a684058f08a0c4e5f6379ef3e34cc73 /changes | |
parent | 16d1dd134a995cf62cdbcf6c2d59da7ae09d601b (diff) | |
download | tor-000b4f5cbf80b5cd23b9e03a9a74a6e028321391.tar.gz tor-000b4f5cbf80b5cd23b9e03a9a74a6e028321391.zip |
Issue #9043 - changelog entry
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug9043 | 3 |
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. |