mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
6 lines
251 B
Text
6 lines
251 B
Text
o Code simplification and refactoring:
|
|
- Use macros to indicate OpenSSL versions, so we don't need to worry
|
|
about accidental hexadecimal bit shifts.
|
|
- Remove some workaround code for OpenSSL 0.9.6, which is no longer
|
|
supported.
|
|
|