Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanejohnson committed Apr 15, 2020
1 parent 87ee9ea commit 56c74ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocsp/ocsp.go
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ func (req *Request) Marshal() ([]byte, error) {
// Response represents an OCSP response containing a single SingleResponse. See
// RFC 6960.
type Response struct {
// raw DER encoded ASN.1 response data
// Raw is the DER encoded ASN.1 response data
Raw asn1.RawContent
// Status is one of {Good, Revoked, Unknown}
Status int
Expand Down

0 comments on commit 56c74ec

Please sign in to comment.