aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorAdam Langley <agl@golang.org>2009-11-02 11:12:07 -0800
committerAdam Langley <agl@golang.org>2009-11-02 11:12:07 -0800
commitad67a86626bc9fa73ec09c8355b91bcdcb916f2e (patch)
treecfdb4da672ba776f46400ede21b7346a4fd7b74b /src/pkg/Makefile
parentd00248980be23b5c889601cf749f5738a5dc8724 (diff)
downloadgo-ad67a86626bc9fa73ec09c8355b91bcdcb916f2e.tar.xz
Split constant time functions into crypto/subtle.
R=rsc CC=go-dev http://go/go-review/1018020
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 61bd325db0..baf2122c88 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -31,6 +31,7 @@ DIRS=\
crypto/md5\
crypto/rc4\
crypto/sha1\
+ crypto/subtle\
debug/dwarf\
debug/macho\
debug/elf\