Explicitly ignore BIO_set_close() return val to fix #27711
[tor.git] / changes / ticket26492
blobc6ab292d17fe6bd691e676963acfb5f7f84c209a
1   o Minor features (rust, code quality):
2     - Improve rust code quality in the Rust protover implementation by
3       making it more idiomatic.  Includes changing an internal API to
4       take &str instead of &String.  Closes ticket 26492.