diff options
Diffstat (limited to 'src/pubkey/dsa/info.txt')
-rw-r--r-- | src/pubkey/dsa/info.txt | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/src/pubkey/dsa/info.txt b/src/pubkey/dsa/info.txt index e98f33ca9..f1b505800 100644 --- a/src/pubkey/dsa/info.txt +++ b/src/pubkey/dsa/info.txt @@ -4,13 +4,6 @@ define DSA load_on auto -<add> -dsa.cpp -dsa.h -dsa_core.cpp -dsa_core.h -</add> - <requires> asn1 bigint @@ -19,3 +12,12 @@ keypair numbertheory pubkey </requires> + +<add> +dsa.cpp +dsa.h +dsa_core.cpp +dsa_core.h +dsa_op.cpp +dsa_op.h +</add> |