diff options
Diffstat (limited to 'src/codec/pem/modinfo.txt')
-rw-r--r-- | src/codec/pem/modinfo.txt | 14 |
1 files changed, 14 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> |