aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/ec_group
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-05-19 12:57:07 +0000
committerlloyd <[email protected]>2011-05-19 12:57:07 +0000
commit2bceb3e60fdb7f7cb10dadfdb8535ceeaf793e86 (patch)
tree5f4cd5d9c4a61d5fee734722c1062956534f9017 /src/pubkey/ec_group
parent2bfbaa792c71d289d433afb9fcec173110aa7006 (diff)
Move the curve over GF(p) code back into its own subdir
Diffstat (limited to 'src/pubkey/ec_group')
-rw-r--r--src/pubkey/ec_group/info.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pubkey/ec_group/info.txt b/src/pubkey/ec_group/info.txt
index c611914e9..9a686feeb 100644
--- a/src/pubkey/ec_group/info.txt
+++ b/src/pubkey/ec_group/info.txt
@@ -2,8 +2,9 @@ define ECC_GROUP
<requires>
asn1
-numbertheory
-pem
+ec_gfp
libstate
+numbertheory
oid_lookup
+pem
</requires>