some work towards channel binding support (SCRAM-SHA-{1,256}-PLUS)
This commit is contained in:
parent
cdccd6be3f
commit
c09e8ac06e
5 changed files with 82 additions and 68 deletions
|
|
@ -11,5 +11,5 @@ impl Anonymous {
|
|||
}
|
||||
|
||||
impl SaslMechanism for Anonymous {
|
||||
fn name() -> &'static str { "ANONYMOUS" }
|
||||
fn name(&self) -> &str { "ANONYMOUS" }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue