diff options
| author | Adam Langley <agl@golang.org> | 2009-11-05 16:44:02 -0800 |
|---|---|---|
| committer | Adam Langley <agl@golang.org> | 2009-11-05 16:44:02 -0800 |
| commit | eb48f83ae261e28e4a17d4a1126c750fded1ce4a (patch) | |
| tree | 5e697a8aaec75d7a2d8c5ed1ebe5941a01bb4e89 /src/pkg/Makefile | |
| parent | 950f2637c20a3b1d1668ca539f4c867573c52968 (diff) | |
| download | go-eb48f83ae261e28e4a17d4a1126c750fded1ce4a.tar.xz | |
crypto/tls (part 5/5)
Make RSA and X509 build by using big. (This involves commenting out
key generation for now since I haven't written Miller-Rabin in big
yet.)
Add entries to the Makefile.
R=rsc
CC=go-dev
http://go/go-review/1022005
Diffstat (limited to 'src/pkg/Makefile')
| -rw-r--r-- | src/pkg/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pkg/Makefile b/src/pkg/Makefile index 252237183b..2869af2e07 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -30,8 +30,11 @@ DIRS=\ crypto/hmac\ crypto/md5\ crypto/rc4\ + crypto/rsa\ crypto/sha1\ crypto/subtle\ + crypto/tls\ + crypto/x509\ debug/dwarf\ debug/macho\ debug/elf\ |
