Issue #9043 - changelog entry

This commit is contained in:
Marek Majkowski 2013-06-11 12:17:39 +01:00 committed by Nick Mathewson
parent 16d1dd134a
commit 000b4f5cbf

3
changes/bug9043 Normal file
View File

@ -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.