aboutsummaryrefslogtreecommitdiffstats
path: root/src/pk
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-29 18:17:12 +0000
committerlloyd <[email protected]>2008-09-29 18:17:12 +0000
commit16cf63ae815f7aee54541f2030298a50d4ab70f8 (patch)
treecab188874c410e311f6cf2a63a9841e54204366b /src/pk
parent0d8e9744ef02aba33ddd89c93194ce526f6ff6ee (diff)
Add deps on bigint, math modules in PK algos
Diffstat (limited to 'src/pk')
-rw-r--r--src/pk/dh/info.txt2
-rw-r--r--src/pk/dsa/info.txt2
-rw-r--r--src/pk/elgamal/info.txt2
-rw-r--r--src/pk/nr/info.txt2
-rw-r--r--src/pk/rsa/info.txt2
-rw-r--r--src/pk/rw/info.txt2
6 files changed, 12 insertions, 0 deletions
diff --git a/src/pk/dh/info.txt b/src/pk/dh/info.txt
index ca32b307e..3e9abaf64 100644
--- a/src/pk/dh/info.txt
+++ b/src/pk/dh/info.txt
@@ -11,6 +11,8 @@ dh.h
<requires>
asn1
+bigint
dl_algo
+math
pubkey
</requires>
diff --git a/src/pk/dsa/info.txt b/src/pk/dsa/info.txt
index a64e0c94c..5d3a648cb 100644
--- a/src/pk/dsa/info.txt
+++ b/src/pk/dsa/info.txt
@@ -11,7 +11,9 @@ dsa.h
<requires>
asn1
+bigint
dl_algo
keypair
+math
pubkey
</requires>
diff --git a/src/pk/elgamal/info.txt b/src/pk/elgamal/info.txt
index e7f80031f..33e16da84 100644
--- a/src/pk/elgamal/info.txt
+++ b/src/pk/elgamal/info.txt
@@ -12,7 +12,9 @@ elgamal.h
<requires>
asn1
bigint
+bigint
dl_algo
keypair
+math
pubkey
</requires>
diff --git a/src/pk/nr/info.txt b/src/pk/nr/info.txt
index da31f129b..5c67be778 100644
--- a/src/pk/nr/info.txt
+++ b/src/pk/nr/info.txt
@@ -11,7 +11,9 @@ nr.h
<requires>
asn1
+bigint
dl_algo
keypair
+math
pubkey
</requires>
diff --git a/src/pk/rsa/info.txt b/src/pk/rsa/info.txt
index 615d0dd24..04828bd8b 100644
--- a/src/pk/rsa/info.txt
+++ b/src/pk/rsa/info.txt
@@ -11,7 +11,9 @@ rsa.h
<requires>
asn1
+bigint
if_algo
keypair
+math
pubkey
</requires>
diff --git a/src/pk/rw/info.txt b/src/pk/rw/info.txt
index bdff0202f..d3c0072a0 100644
--- a/src/pk/rw/info.txt
+++ b/src/pk/rw/info.txt
@@ -11,7 +11,9 @@ rw.h
<requires>
asn1
+bigint
if_algo
keypair
+math
pubkey
</requires>