Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the newer names for STACK_OF(T) functions with BoringSSL
This is yet another symptom of sfackler#1944. Ideally rust-openssl would use the type-safe wrappers, which are the actual public APIs. Right now, rust-openssl's STACK_OF(T) handling is a safety regression from C. This PR doesn't address the safety issue, only works around the BoringSSL porting issue.
- Loading branch information