[go: up one dir, main page]

schannel 0.1.2

Schannel bindings for rust, allowing SSL/TLS (e.g. https) without openssl
1
2
3
4
5
6
extern crate build;

// FIXME https://github.com/retep998/winapi-rs/pull/319
fn main() {
    build::link("ncrypt", true)
}