aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/elgamal
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-01 16:05:14 +0000
committerlloyd <[email protected]>2008-10-01 16:05:14 +0000
commita3fcea09d61fef223da7fb12dd5a768a982f1c7f (patch)
tree67b070fd816832d79e6a062a7cbacca1df2b3736 /src/pubkey/elgamal
parent514c4e35119eca7132ca9ab38cc0de2b701da492 (diff)
Move look_pk and pk_algs to new module pubkey/pk_lookup
Diffstat (limited to 'src/pubkey/elgamal')
-rw-r--r--src/pubkey/elgamal/info.txt19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/pubkey/elgamal/info.txt b/src/pubkey/elgamal/info.txt
index 6359efafa..9ca94e3e9 100644
--- a/src/pubkey/elgamal/info.txt
+++ b/src/pubkey/elgamal/info.txt
@@ -4,15 +4,6 @@ define ELGAMAL
load_on auto
-<add>
-elgamal.cpp
-elgamal.h
-elg_core.cpp
-elg_core.h
-elg_op.cpp
-elg_op.h
-</add>
-
<requires>
asn1
bigint
@@ -20,5 +11,15 @@ bigint
dl_algo
keypair
numbertheory
+pk_lookup
pubkey
</requires>
+
+<add>
+elgamal.cpp
+elgamal.h
+elg_core.cpp
+elg_core.h
+elg_op.cpp
+elg_op.h
+</add>