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