commit | d33bbf2cb3b8574ad57ddba26f03e861c01f69c5 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@golang.org> | Thu Feb 23 10:42:21 2012 -0500 |
committer | Adam Langley <agl@golang.org> | Thu Feb 23 10:42:21 2012 -0500 |
tree | c74823bb20f37958d7aa17d65a95bdb6856fe35d | |
parent | 63736bd2bfc680f74ba4e026c1cc4fd3ebf113ed [diff] |
ssh: use *rsa.PublicKey or *dsa.PublicKey in interfaces. Everywhere else in the code base, when we have an interface{} which is a stand in for a public key, we use *foo.PublicKey rather than foo.PublicKey. This change makes ssh reflect that. R=dave, r CC=golang-dev https://golang.org/cl/5686067