aboutsummaryrefslogtreecommitdiffstats
path: root/src/kdf/mgf1
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-08 15:39:22 +0000
committerlloyd <[email protected]>2008-10-08 15:39:22 +0000
commit60a47f9e5a095b0a1badb545233339aeaa353dbf (patch)
treeb5fafb725e651a47d4b6dde6a9d8a93d27bf1032 /src/kdf/mgf1
parent8ffbc8cdb2ee4db93439721d95fc9f12c377d436 (diff)
Split kdf.h and kdf.cpp from core/ to kdf/kdf_base
Update dependencies as needed.
Diffstat (limited to 'src/kdf/mgf1')
-rw-r--r--src/kdf/mgf1/info.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/kdf/mgf1/info.txt b/src/kdf/mgf1/info.txt
index 2f704173d..1e91e8a9b 100644
--- a/src/kdf/mgf1/info.txt
+++ b/src/kdf/mgf1/info.txt
@@ -4,6 +4,10 @@ define MGF1
load_on dep
+<requires>
+kdf_base
+</requires>
+
<add>
mgf1.h
mgf1.cpp