diff options
Diffstat (limited to 'src/modes/cfb/modinfo.txt')
-rw-r--r-- | src/modes/cfb/modinfo.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/modes/cfb/modinfo.txt b/src/modes/cfb/modinfo.txt new file mode 100644 index 000000000..edce3a7e3 --- /dev/null +++ b/src/modes/cfb/modinfo.txt @@ -0,0 +1,10 @@ +realname "CFB block cipher mode" + +define CFB + +load_on auto + +<add> +cfb.cpp +cfb.h +</add> |