aboutsummaryrefslogtreecommitdiff
path: root/challange_http.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-01-08 18:19:02 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-01-08 18:19:02 +0100
commit57a7772122b6a87ba67a534ba7346f1472e72cc4 (patch)
tree3f535b9cabde176eb1e8716bfe438ea351e4ae4e /challange_http.go
parent88611642648c047f54632a98619e865d0081b6dd (diff)
Move solver into client part, broken for now
Diffstat (limited to 'challange_http.go')
-rw-r--r--challange_http.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/challange_http.go b/challange_http.go
index 4bdcff1..af50d93 100644
--- a/challange_http.go
+++ b/challange_http.go
@@ -10,7 +10,7 @@ import (
)
func init() {
- registerSolver(ChallengeHTTP)
+ //RegisterSolver(ChallengeHTTP)
}
type httpChallenge struct {