diff options
author | lloyd <[email protected]> | 2008-09-28 22:50:07 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-28 22:50:07 +0000 |
commit | 0fbff7a11ebea1609eae50d0709e3f08dab98838 (patch) | |
tree | 08a043817bbfb3d24eee1e8f3ba32757bf1411b2 /src/codec/openpgp | |
parent | 34aa16d924dd350611bfd77c0ac790c0b80b98fb (diff) |
PEM codec module
Diffstat (limited to 'src/codec/openpgp')
-rw-r--r-- | src/codec/openpgp/modinfo.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/codec/openpgp/modinfo.txt b/src/codec/openpgp/modinfo.txt index 32a18fa4f..4fd298104 100644 --- a/src/codec/openpgp/modinfo.txt +++ b/src/codec/openpgp/modinfo.txt @@ -6,3 +6,7 @@ define OPENPGP_CODEC openpgp.cpp openpgp.h </add> + +<requires> +base64 +</requires> |