isolate scram behind a compilation feature
This commit is contained in:
parent
4b9f2376af
commit
a8f8744e21
6 changed files with 25 additions and 2 deletions
|
|
@ -124,6 +124,8 @@
|
|||
//! ```
|
||||
|
||||
extern crate base64;
|
||||
|
||||
#[cfg(feature = "scram")]
|
||||
extern crate openssl;
|
||||
|
||||
mod error;
|
||||
|
|
|
|||
Loading…
Reference in a new issue