aboutsummaryrefslogtreecommitdiff
path: root/solve_http.go
diff options
context:
space:
mode:
Diffstat (limited to 'solve_http.go')
-rw-r--r--solve_http.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/solve_http.go b/solve_http.go
index 15dc43d..08ea5a1 100644
--- a/solve_http.go
+++ b/solve_http.go
@@ -33,3 +33,5 @@ func (s *httpSolver) Solve(ch Challenge) error {
}
func (s *httpSolver) Solved() error { return nil }
+
+func (httpSolver) Type() ChalType { return ChallengeHTTP }