]> Cypherpunks repositories - gostls13.git/commit
crypto/openpgp: minor updates to subpackages
authorAdam Langley <agl@golang.org>
Fri, 11 Feb 2011 13:34:19 +0000 (08:34 -0500)
committerAdam Langley <agl@golang.org>
Fri, 11 Feb 2011 13:34:19 +0000 (08:34 -0500)
commit4ee90b764e4e652b10f629810bf6a78d346f4200
tree4ff97ee744b676ab43022fc7f99b4007aa207192
parent047b023119fe6f60e08676697e52bfcb3e33fb04
crypto/openpgp: minor updates to subpackages

Now that packet/ is checked in, we can add its Makefile. Also, a couple
of updates to error/ and s2k/ for bugfixes and to use the new crypto
package.

R=bradfitzgo
CC=golang-dev
https://golang.org/cl/4179043
src/pkg/crypto/openpgp/error/error.go
src/pkg/crypto/openpgp/packet/Makefile [new file with mode: 0644]
src/pkg/crypto/openpgp/s2k/s2k.go