aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-26 02:23:38 +0000
committerlloyd <[email protected]>2008-10-26 02:23:38 +0000
commitdea1aa500fd7da2968448677fd628e8a4dddb6fb (patch)
tree48e401fe5cbb07a094b59ef742167ad5070a1dbe /src
parent17231ebbb95cc45cca50eabc4799c3058fc78ee9 (diff)
Put pk_pad.{h,cpp} from core into pk_pad/ dir (cleaner I think)
Diffstat (limited to 'src')
-rw-r--r--src/core/info.txt2
-rw-r--r--src/libstate/info.txt4
-rw-r--r--src/pk_pad/info.txt10
-rw-r--r--src/pk_pad/pk_pad.cpp (renamed from src/core/pk_pad.cpp)0
-rw-r--r--src/pk_pad/pk_pad.h (renamed from src/core/pk_pad.h)0
-rw-r--r--src/pubkey/pubkey/info.txt1
6 files changed, 15 insertions, 2 deletions
diff --git a/src/core/info.txt b/src/core/info.txt
index eed162c44..82376a8b8 100644
--- a/src/core/info.txt
+++ b/src/core/info.txt
@@ -32,8 +32,6 @@ exceptn.h
mem_pool.cpp
mem_pool.h
mutex.h
-pk_pad.cpp
-pk_pad.h
rng.cpp
rng.h
s2k.cpp
diff --git a/src/libstate/info.txt b/src/libstate/info.txt
index 93c429241..35ff69249 100644
--- a/src/libstate/info.txt
+++ b/src/libstate/info.txt
@@ -4,6 +4,10 @@ load_on auto
define LIBSTATE_MODULE
+<requires>
+pk_pad
+</requires>
+
<add>
def_alg.cpp
def_mode.cpp
diff --git a/src/pk_pad/info.txt b/src/pk_pad/info.txt
new file mode 100644
index 000000000..d28ddd9fc
--- /dev/null
+++ b/src/pk_pad/info.txt
@@ -0,0 +1,10 @@
+realname "Public Key Signature and Encryption Padding"
+
+define PK_PADDING
+
+load_on auto
+
+<add>
+pk_pad.cpp
+pk_pad.h
+</add>
diff --git a/src/core/pk_pad.cpp b/src/pk_pad/pk_pad.cpp
index 23dc9a95b..23dc9a95b 100644
--- a/src/core/pk_pad.cpp
+++ b/src/pk_pad/pk_pad.cpp
diff --git a/src/core/pk_pad.h b/src/pk_pad/pk_pad.h
index ed1742155..ed1742155 100644
--- a/src/core/pk_pad.h
+++ b/src/pk_pad/pk_pad.h
diff --git a/src/pubkey/pubkey/info.txt b/src/pubkey/pubkey/info.txt
index c6c57ca98..3011ee997 100644
--- a/src/pubkey/pubkey/info.txt
+++ b/src/pubkey/pubkey/info.txt
@@ -10,6 +10,7 @@ bigint
numbertheory
pbe_base
oid_lookup
+pk_pad
</requires>
<add>