Skip to content

Commit 56c74ec

Browse files
update comment
1 parent 87ee9ea commit 56c74ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocsp/ocsp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ func (req *Request) Marshal() ([]byte, error) {
345345
// Response represents an OCSP response containing a single SingleResponse. See
346346
// RFC 6960.
347347
type Response struct {
348-
// raw DER encoded ASN.1 response data
348+
// Raw is the DER encoded ASN.1 response data
349349
Raw asn1.RawContent
350350
// Status is one of {Good, Revoked, Unknown}
351351
Status int

0 commit comments

Comments
 (0)