some work towards channel binding support (SCRAM-SHA-{1,256}-PLUS)

This commit is contained in:
lumi 2017-02-25 03:43:11 +01:00
commit c09e8ac06e
5 changed files with 82 additions and 68 deletions

View file

@ -11,5 +11,5 @@ impl Anonymous {
}
impl SaslMechanism for Anonymous {
fn name() -> &'static str { "ANONYMOUS" }
fn name(&self) -> &str { "ANONYMOUS" }
}