diff options
| author | Adam Langley <agl@golang.org> | 2011-02-24 20:19:53 -0500 |
|---|---|---|
| committer | Adam Langley <agl@golang.org> | 2011-02-24 20:19:53 -0500 |
| commit | 6ca009f58d0d183360cb05cbca71227a712dae53 (patch) | |
| tree | a0813f480df225555156c7192ff1ee1056ef743b /src/pkg/Makefile | |
| parent | 27ccb41c4a12e10055e6654a4b26c35040bef98c (diff) | |
| download | go-6ca009f58d0d183360cb05cbca71227a712dae53.tar.xz | |
crypto/openpgp: add package
R=bradfitzgo
CC=golang-dev
https://golang.org/cl/3989052
Diffstat (limited to 'src/pkg/Makefile')
| -rw-r--r-- | src/pkg/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 87b43ed3d7..109af1fc1e 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -42,6 +42,11 @@ DIRS=\ crypto/md4\ crypto/md5\ crypto/ocsp\ + crypto/openpgp\ + crypto/openpgp/armor\ + crypto/openpgp/error\ + crypto/openpgp/packet\ + crypto/openpgp/s2k\ crypto/rand\ crypto/rc4\ crypto/ripemd160\ @@ -158,6 +163,7 @@ endif NOTEST=\ crypto\ + crypto/openpgp/error\ debug/proc\ exp/draw/x11\ go/ast\ |
