Fix newExtension comment.
This commit is contained in:
parent
7c3c16b7be
commit
53eea843bc
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ type Extension struct {
|
||||||
Value []byte `json:"value"`
|
Value []byte `json:"value"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// newExtensions creates an Extension from a standard pkix.Extension.
|
// newExtension creates an Extension from a standard pkix.Extension.
|
||||||
func newExtension(e pkix.Extension) Extension {
|
func newExtension(e pkix.Extension) Extension {
|
||||||
return Extension{
|
return Extension{
|
||||||
ID: ObjectIdentifier(e.Id),
|
ID: ObjectIdentifier(e.Id),
|
||||||
|
|
Loading…
Reference in a new issue