1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-26 03:09:37 +02:00

Implement new interface with DVSNI

This commit is contained in:
xenolf 2015-06-13 03:56:52 +02:00
parent 612033a83a
commit 728646c70e

View File

@ -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
}