diff options
author | lloyd <[email protected]> | 2008-09-28 23:00:20 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-28 23:00:20 +0000 |
commit | 975dd6b46b922139b8a1918d2783b28554e6552b (patch) | |
tree | 1027e633c969fa01008543f954a89e54f5338222 /src | |
parent | 499ec262fc895d68b7c98e534e99d908b63577b3 (diff) |
Add modinfo for pem, hash_id, selftest modules
Diffstat (limited to 'src')
-rw-r--r-- | src/codec/pem/modinfo.txt | 14 | ||||
-rw-r--r-- | src/pk_pad/hash_id/modinfo.txt | 10 | ||||
-rw-r--r-- | src/selftest/modinfo.txt | 24 |
3 files changed, 48 insertions, 0 deletions
diff --git a/src/codec/pem/modinfo.txt b/src/codec/pem/modinfo.txt new file mode 100644 index 000000000..53d3d40d5 --- /dev/null +++ b/src/codec/pem/modinfo.txt @@ -0,0 +1,14 @@ +realname "PEM Codec" + +define PEM_CODEC + +load_on auto + +<add> +pem.cpp +pem.h +</add> + +<requires> +base64 +</requires> diff --git a/src/pk_pad/hash_id/modinfo.txt b/src/pk_pad/hash_id/modinfo.txt new file mode 100644 index 000000000..6a9b7f0da --- /dev/null +++ b/src/pk_pad/hash_id/modinfo.txt @@ -0,0 +1,10 @@ +realname "Hash Function Identifiers" + +define HASH_ID + +load_on auto + +<add> +hash_id.cpp +hash_id.h +</add> diff --git a/src/selftest/modinfo.txt b/src/selftest/modinfo.txt new file mode 100644 index 000000000..e786437d5 --- /dev/null +++ b/src/selftest/modinfo.txt @@ -0,0 +1,24 @@ +realname "Selftests" + +define SELFTESTS + +load_on auto + +<add> +selftest.cpp +selftest.h +</add> + +<requires> +hex +des +aes +sha1 +sha2 +hmac +ecb +cbc +cfb +ofb +ctr +</requires> |