summaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorConrad Meyer <cemeyer@cs.washington.edu>2010-03-08 17:00:04 -0800
committerConrad Meyer <cemeyer@cs.washington.edu>2010-03-08 17:00:04 -0800
commit1bb69991e8f3dfc5acae2124abd1852c32788e9a (patch)
treecf4646094b748737e890511243ba06f864eba059 /src/pkg/Makefile
parent8c6f3dc0fce5fc26552686347b3716aaae630c9b (diff)
downloadgolang-1bb69991e8f3dfc5acae2124abd1852c32788e9a.tar.gz
crypto/sha512: new package
R=rsc CC=golang-dev http://codereview.appspot.com/240043 Committer: Russ Cox <rsc@golang.org>
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 196a570fb..3fa6b00ed 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\