blob: f34998c08fd187b7f2c5a43a8d3918dcbcd2d9fd (
plain)
1
2
3
4
5
6
|
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.
|