diff options
author | lloyd <[email protected]> | 2008-09-29 00:15:14 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-29 00:15:14 +0000 |
commit | 68d3d539ad7752dc80c20c1a2ade909b1a4c4a6e (patch) | |
tree | c7e588d28427960c95eca9900844d5bf36c079df /src/pk/elgamal/modinfo.txt | |
parent | 8269e2897e0a652bbd949d38b74873976a98adeb (diff) |
Move what is left of the uncategorized library to 'core'. There is still
a lot of public key stuff in here that needs to be extracted however,
and probably 2-3 other modules worth of stuff to split off (engines, etc)
Diffstat (limited to 'src/pk/elgamal/modinfo.txt')
-rw-r--r-- | src/pk/elgamal/modinfo.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pk/elgamal/modinfo.txt b/src/pk/elgamal/modinfo.txt index df38d48d6..ffae2a667 100644 --- a/src/pk/elgamal/modinfo.txt +++ b/src/pk/elgamal/modinfo.txt @@ -8,3 +8,10 @@ load_on auto elgamal.cpp elgamal.h </add> + +<requires> +asn1 +bigint +dl_algo +keypair +</requires> |