forked from TrueCloudLab/lego
Implement new interface with DVSNI
This commit is contained in:
parent
612033a83a
commit
728646c70e
1 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,6 @@ func (s *dvsniChallenge) CanSolve() bool {
|
|||
return false
|
||||
}
|
||||
|
||||
func (s *dvsniChallenge) Solve(challenge challenge, domain string) {
|
||||
|
||||
func (s *dvsniChallenge) Solve(challenge challenge, domain string) error {
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue