commit | f23ba3a5ee43012fcb4b92e1a2a405a92554f4f2 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Thu Jan 07 07:52:56 2016 -0800 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Thu Jan 07 16:18:51 2016 +0000 |
tree | 8cb66a26d3867639db9a512e0d48261a9701e0c0 | |
parent | 552e9d568fde9701ea1944fb01c8aadaceaa7353 [diff] |
x/crypto/pkcs12: fix typo in struct tag No test, though, because I don't know this code. Sad that it passes with the typo, though. Fixes golang/go#13855 Change-Id: I1170baa0f94ae4b671f5ca654cb7dcc393d1cc4d Reviewed-on: https://go-review.googlesource.com/18363 Reviewed-by: Adam Langley <agl@golang.org>