summaryrefslogtreecommitdiff
path: root/src/pkg/Makefile
diff options
context:
space:
mode:
authorAdam Langley <agl@golang.org>2011-03-10 09:42:34 -0500
committerAdam Langley <agl@golang.org>2011-03-10 09:42:34 -0500
commit03cd974efb122ef52b640380a528b4e78dc4a707 (patch)
treefc3d3044c6a9daece3f30fbd5895c53421ffe4a7 /src/pkg/Makefile
parentdcb8cd9467e374dd740c7cee46a6055b3089721e (diff)
downloadgo-03cd974efb122ef52b640380a528b4e78dc4a707.tar.gz
crypto/ecdsa: add package.
R=rsc, cw CC=golang-dev http://codereview.appspot.com/4253073
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 8f7c564c6..062f7e587 100644
--- a/src/pkg/Makefile
+++ b/src/pkg/Makefile
@@ -37,6 +37,7 @@ DIRS=\
crypto/cast5\
crypto/cipher\
crypto/dsa\
+ crypto/ecdsa\
crypto/elliptic\
crypto/hmac\
crypto/md4\