tor/changes/bug9043

4 lines
161 B
Plaintext
Raw Normal View History

2013-06-11 13:17:39 +02:00
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.