aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey
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
parent2bfbaa792c71d289d433afb9fcec173110aa7006 (diff)
Move the curve over GF(p) code back into its own subdir
Diffstat (limited to 'src/pubkey')
-rw-r--r--src/pubkey/ec_group/info.txt5
-rw-r--r--src/pubkey/ecc_key/info.txt1
2 files changed, 4 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>
diff --git a/src/pubkey/ecc_key/info.txt b/src/pubkey/ecc_key/info.txt
index be281d697..ceb98a79e 100644
--- a/src/pubkey/ecc_key/info.txt
+++ b/src/pubkey/ecc_key/info.txt
@@ -4,6 +4,7 @@ define ECC_PUBLIC_KEY_CRYPTO
alloc
asn1
bigint
+ec_gfp
ec_group
numbertheory
</requires>