diff options
Diffstat (limited to 'src/pubkey')
-rw-r--r-- | src/pubkey/ec_group/info.txt | 5 | ||||
-rw-r--r-- | src/pubkey/ecc_key/info.txt | 1 |
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> |