aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-28 22:50:51 +0000
committerlloyd <[email protected]>2008-09-28 22:50:51 +0000
commit443ed32a366bbc01cc09b352020f01e08d580565 (patch)
tree996b9e077d6d3094418263adc368fd24e1f6b165 /src
parent0fbff7a11ebea1609eae50d0709e3f08dab98838 (diff)
BigInt uses hex module
Diffstat (limited to 'src')
-rw-r--r--src/bigint/modinfo.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bigint/modinfo.txt b/src/bigint/modinfo.txt
index 76803ac4e..ec17b92b8 100644
--- a/src/bigint/modinfo.txt
+++ b/src/bigint/modinfo.txt
@@ -42,3 +42,7 @@ reducer.cpp
reducer.h
ressol.cpp
</add>
+
+<requires>
+hex
+</requires>