tor/changes/bug5170

5 lines
256 B
Plaintext

o Code simplification and refactoring:
- Remove contrib/id_to_fp.c since it wasn't used anywhere.
- Since OpenSSL 0.9.7 i2d_RSAPublicKey supports allocating output buffer.
Use this feature to avoid calling this function twice. Fixes #5170.