Skip to content

Commit

Permalink
agent: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed May 22, 2015
1 parent e09298a commit 0d77db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ocsp/agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Agent.prototype.fetchIssuer = function fetchIssuer(cert, stapling, cb) {
var issuers = ocsp.utils['id-ad-caIssuers'].join('.');
var self = this;

// TODO(indutny): use info in stapling response
// TODO(indutny): use info from stapling response
ocsp.utils.getAuthorityInfo(cert, issuers, function(err, uri) {
if (err)
return cb(err);
Expand Down

0 comments on commit 0d77db1

Please sign in to comment.