aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/src/bio.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing symbolSteven Fackler2018-09-121-0/+1
|
* Support libressl 2.8.0Steven Fackler2018-09-121-15/+5
| | | | Closes #988
* Refactor openssl-sysSteven Fackler2018-09-121-0/+159
The old layout tried to structure itself by version but it ended up with a lot of duplication. Instead, follow the structure of the header files.