mirror of https://github.com/golang/go.git
crypto/x509: RawContents -> RawContent
TBR=rsc R=rsc https://golang.org/cl/157075
This commit is contained in:
parent
3ab331ed29
commit
eac41e7eba
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue