Commit eac41e7e authored by Adam Langley's avatar Adam Langley

crypto/x509: RawContents -> RawContent

TBR=rsc

R=rsc
https://golang.org/cl/157075
parent 3ab331ed
......@@ -78,7 +78,7 @@ type certificate struct {
}
type tbsCertificate struct {
Raw asn1.RawContents;
Raw asn1.RawContent;
Version int "optional,explicit,default:1,tag:0";
SerialNumber asn1.RawValue;
SignatureAlgorithm algorithmIdentifier;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment