From 1bb69991e8f3dfc5acae2124abd1852c32788e9a Mon Sep 17 00:00:00 2001 From: Conrad Meyer Date: Mon, 8 Mar 2010 17:00:04 -0800 Subject: crypto/sha512: new package R=rsc CC=golang-dev http://codereview.appspot.com/240043 Committer: Russ Cox --- src/pkg/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pkg/Makefile') 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\ -- cgit v1.2.3