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.