commit | f59690be3f9a31481d227f885bfe2466be0c5d27 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@golang.org> | Fri Nov 21 14:11:46 2014 -0800 |
committer | Adam Langley <agl@golang.org> | Fri Nov 21 14:11:46 2014 -0800 |
tree | 619f3dc6e7a880d0fa6ba3598e34d57d3b0d5405 | |
parent | ca455997ca6d2a6417e954eace2fa47de4c7e932 [diff] |
go.crypto/openpgp: fix nil Config case. This is a followup to https://golang.org/cl/176080043/. That change didn't handle the case of a *Config being nil. CC=golang-codereviews https://golang.org/cl/179200043