mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 23:21:38 +01:00
4 lines
256 B
Text
4 lines
256 B
Text
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.
|