diff options
| author | Adam Langley <agl@golang.org> | 2009-11-02 11:12:07 -0800 |
|---|---|---|
| committer | Adam Langley <agl@golang.org> | 2009-11-02 11:12:07 -0800 |
| commit | ad67a86626bc9fa73ec09c8355b91bcdcb916f2e (patch) | |
| tree | cfdb4da672ba776f46400ede21b7346a4fd7b74b /src/pkg/Makefile | |
| parent | d00248980be23b5c889601cf749f5738a5dc8724 (diff) | |
| download | go-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/Makefile | 1 |
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\ |
