diff options
author | lloyd <[email protected]> | 2008-09-28 23:42:02 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-28 23:42:02 +0000 |
commit | d4647b485a4123f0163ae541439af3f21e26b101 (patch) | |
tree | 88a4a07a0f10f33b8064cbf6e5a99184a747eb4f /src/modes/cfb | |
parent | 45e73451bcc20838b723f1871290a9badb906dac (diff) |
Add modebase module (and add dep in cipher mode impls). Move data_snk.cpp to filters
Diffstat (limited to 'src/modes/cfb')
-rw-r--r-- | src/modes/cfb/modinfo.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modes/cfb/modinfo.txt b/src/modes/cfb/modinfo.txt index edce3a7e3..0a1af3d15 100644 --- a/src/modes/cfb/modinfo.txt +++ b/src/modes/cfb/modinfo.txt @@ -8,3 +8,8 @@ load_on auto cfb.cpp cfb.h </add> + +<requires> +modebase +</requires> + |