diff options
Diffstat (limited to 'src/pubkey/dsa/info.txt')
-rw-r--r-- | src/pubkey/dsa/info.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/pubkey/dsa/info.txt b/src/pubkey/dsa/info.txt index 2d6287fbd..c70e02d90 100644 --- a/src/pubkey/dsa/info.txt +++ b/src/pubkey/dsa/info.txt @@ -4,14 +4,6 @@ define DSA load_on auto -<requires> -asn1 -bigint -dl_algo -keypair -numbertheory -</requires> - <add> dsa.cpp dsa.h @@ -20,3 +12,11 @@ dsa_core.h dsa_op.cpp dsa_op.h </add> + +<requires> +dl_algo +dl_group +keypair +libstate +numbertheory +</requires> |