[package] name = "sotassl-sys-extras" version = "0.7.1400" authors = ["Steven Fackler "] license = "MIT" description = "Extra FFI bindings to OpenSSL that require a C shim" repository = "https://github.com/sfackler/rust-openssl" documentation = "https://sfackler.github.io/rust-openssl/doc/v0.7.14/openssl_sys_extras" build = "build.rs" [features] ecdh_auto = [] [dependencies] libc = "0.2" sotassl-sys = { version = "0.7.1400", path = "../openssl-sys" } [build-dependencies] gcc = "0.3"