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