isolate scram behind a compilation feature

This commit is contained in:
Geoffroy Couprie 2017-03-25 14:44:22 +01:00
commit a8f8744e21
6 changed files with 25 additions and 2 deletions

View file

@ -124,6 +124,8 @@
//! ```
extern crate base64;
#[cfg(feature = "scram")]
extern crate openssl;
mod error;