Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kayrus committed Jul 20, 2016
1 parent 95fa261 commit d10aaa5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
25 changes: 19 additions & 6 deletions cmd/vendor/github.com/cloudflare/cfssl/revoke/revoke.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/tlsutil/tlsutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func revokeCheckHandler(req *http.Request, CRLpath string, revokeChecker *revoke
}

func NewRevokeHandler(handler http.Handler, CRLpath string) http.Handler {
revokeChecker := revoke.NewRevokeChecker()
revokeChecker := revoke.New()
return http.HandlerFunc(func(w http.ResponseWriter, req *http.Request) {
err := revokeCheckHandler(req, CRLpath, revokeChecker)
if err == nil {
Expand Down

0 comments on commit d10aaa5

Please sign in to comment.