diff options
author | lloyd <[email protected]> | 2009-11-17 07:19:37 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-17 07:19:37 +0000 |
commit | e00b46cf9c1dcb364ebb7d5968d6ff9dcd600c4e (patch) | |
tree | 8ffb8d032f06bbcb7ab376c7469751a25b556dca /src/modes/ecb/info.txt | |
parent | a98a9ff5f95bd4dca9c1eda11e27e712c869cd66 (diff) |
Move most code that relies heavily on Filters into src/filters.
Remove support for (unused) modset settings.
Move tss, fpe, cryptobox, and aont to new dir constructs
Diffstat (limited to 'src/modes/ecb/info.txt')
-rw-r--r-- | src/modes/ecb/info.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/modes/ecb/info.txt b/src/modes/ecb/info.txt deleted file mode 100644 index f5c831169..000000000 --- a/src/modes/ecb/info.txt +++ /dev/null @@ -1,13 +0,0 @@ -define ECB - -load_on auto - -<add> -ecb.cpp -ecb.h -</add> - -<requires> -block -mode_pad -</requires> |