mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
6 lines
283 B
Plaintext
6 lines
283 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_* functions support allocating output
|
|
buffer. Avoid calling twice: i2d_RSAPublicKey, i2d_DHparams,
|
|
i2d_X509, i2d_PublicKey. Fixes #5170.
|