aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-28 22:50:07 +0000
committerlloyd <[email protected]>2008-09-28 22:50:07 +0000
commit0fbff7a11ebea1609eae50d0709e3f08dab98838 (patch)
tree08a043817bbfb3d24eee1e8f3ba32757bf1411b2
parent34aa16d924dd350611bfd77c0ac790c0b80b98fb (diff)
PEM codec module
-rw-r--r--src/algo_filt.cpp (renamed from src/filters.cpp)0
-rw-r--r--src/codec/openpgp/modinfo.txt4
-rw-r--r--src/codec/pem/pem.cpp (renamed from src/pem.cpp)0
-rw-r--r--src/codec/pem/pem.h (renamed from include/pem.h)0
4 files changed, 4 insertions, 0 deletions
diff --git a/src/filters.cpp b/src/algo_filt.cpp
index 2c8402601..2c8402601 100644
--- a/src/filters.cpp
+++ b/src/algo_filt.cpp
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>
diff --git a/src/pem.cpp b/src/codec/pem/pem.cpp
index fb0be6fd5..fb0be6fd5 100644
--- a/src/pem.cpp
+++ b/src/codec/pem/pem.cpp
diff --git a/include/pem.h b/src/codec/pem/pem.h
index e9f14ddc2..e9f14ddc2 100644
--- a/include/pem.h
+++ b/src/codec/pem/pem.h