Devolutions / sspi-rs

A Rust implementation of the Security Support Provider Interface (SSPI) API
Apache License 2.0
52 stars 14 forks source link

fix(sspi): make TLS backend configurable via features #278

Closed CBenoit closed 2 months ago

CBenoit commented 2 months ago

The aws-lc-rs backend is enabled by default.

CBenoit commented 2 months ago

Thank you!! @TheBestTvarynka I fixed CI for Android, should be good to go.