crypto/tls: typo fix

R=rsc
CC=golang-dev
https://golang.org/cl/201047
This commit is contained in:
Adam Langley 2010-02-05 05:39:49 -05:00
父節點 016dd4b5cb
當前提交 956950bb13

查看文件

@ -23,7 +23,7 @@ func NewCASet() *CASet {
}
func nameToKey(name *x509.Name) string {
return name.Country + "/" + name.OrganizationalUnit + "/" + name.OrganizationalUnit + "/" + name.CommonName
return name.Country + "/" + name.Organization + "/" + name.OrganizationalUnit + "/" + name.CommonName
}
// FindParent attempts to find the certificate in s which signs the given