aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorConrad Meyer <cemeyer@cs.washington.edu>2010-03-08 17:00:04 -0800
committerRuss Cox <rsc@golang.org>2010-03-08 17:00:04 -0800
commit5bebadf23fdfe3f9af7a2fbd98e5eaa9bc1846cf (patch)
treeda5bad7436bc8f2c92027e05af6e0ff2c5731528 /src/pkg/Makefile
parentc3a0cee6849aacf0120319c4354dae9314b19275 (diff)
downloadgo-5bebadf23fdfe3f9af7a2fbd98e5eaa9bc1846cf.tar.xz
crypto/sha512: new package
R=rsc CC=golang-dev https://golang.org/cl/240043
Diffstat (limited to 'src/pkg/Makefile')
-rw-r--r--src/pkg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile
index 196a570fb4..3fa6b00ed0 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -43,6 +43,7 @@ DIRS=\
crypto/rsa\
crypto/sha1\
crypto/sha256\
+ crypto/sha512\
crypto/subtle\
crypto/tls\
crypto/x509\