From: Marek Majkowski Date: Tue, 11 Jun 2013 11:17:39 +0000 (+0100) Subject: Issue #9043 - changelog entry X-Git-Tag: tor-0.2.5.1-alpha~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=000b4f5cbf80b5cd23b9e03a9a74a6e028321391;p=thirdparty%2Ftor.git Issue #9043 - changelog entry --- 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.