aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/codec/pem/modinfo.txt14
-rw-r--r--src/pk_pad/hash_id/modinfo.txt10
-rw-r--r--src/selftest/modinfo.txt24
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>