aboutsummaryrefslogtreecommitdiff
path: root/lib.rs
blob: fa0e08a20e8d1660b61e1d91d31c02caf9ae8eee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#[feature(struct_variant, macro_rules)];
#[crate_id="github.com/sfackler/rust-openssl#openssl:0.0"];
#[crate_type="rlib"];
#[crate_type="dylib"];
#[doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")];

extern crate extra;
#[cfg(test)]
extern crate serialize;
extern crate sync;

pub mod ssl;
pub mod crypto;