1
0
mirror of https://github.com/golang/go synced 2024-11-12 03:00:22 -07:00

crypto/x509: RawContents -> RawContent

TBR=rsc

R=rsc
https://golang.org/cl/157075
This commit is contained in:
Adam Langley 2009-11-18 16:38:30 -08:00
parent 3ab331ed29
commit eac41e7eba

View File

@ -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;