]> Cypherpunks repositories - gostls13.git/commit
asn1: fix marshaling of structures with >1 elements.
authorAdam Langley <agl@golang.org>
Tue, 12 Jan 2010 02:54:13 +0000 (18:54 -0800)
committerAdam Langley <agl@golang.org>
Tue, 12 Jan 2010 02:54:13 +0000 (18:54 -0800)
commite7cceb85e45e01d58d740de1adc111c08dd9d9de
treee88ff3f7b70489b7689eb5430e4779b8df48db75
parent72b97e46a3b76ac4a7bed3d0c11bcb298e9c3bea
asn1: fix marshaling of structures with >1 elements.

Fixes #515.

R=rsc
CC=golang-dev
https://golang.org/cl/184079
src/pkg/asn1/marshal.go
src/pkg/asn1/marshal_test.go