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:
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
Block a user