]> Cypherpunks repositories - gostls13.git/commit
fix: add fix for crypto type change
authorRuss Cox <rsc@golang.org>
Mon, 13 Feb 2012 21:01:34 +0000 (16:01 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 13 Feb 2012 21:01:34 +0000 (16:01 -0500)
commitd3f9f21fdfbb8d1c7784a16825bd504bf7f04eee
tree6b1dd94e4c31ef3199c48e2c23d40e10b622e873
parent1f2445d27bfca7d44f90ed9a6dbb799289bdf548
fix: add fix for crypto type change

Fixes #2905.

R=golang-dev, bradfitz, r
CC=golang-dev
https://golang.org/cl/5645088
src/cmd/fix/cryptotype.go [new file with mode: 0644]
src/cmd/fix/cryptotype_test.go [new file with mode: 0644]
src/cmd/fix/fix.go