aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-03-04 02:22:02 +0000
committerlloyd <[email protected]>2010-03-04 02:22:02 +0000
commit1b0f06037e00d426f37c9180f02f1ec2157644bd (patch)
tree8e51945448aac864b41d4e5564db12411a168051 /src/pubkey/info.txt
parentaf204bf9828c20e485f9c9bde98160bd3506e81a (diff)
The code in pk_codecs was actually entirely tied to the code in
pubkey; you literally could not compile any pubkey code without it. Move it up to the pubkey dir, it wasn't at all useful to have it in its own dir.
Diffstat (limited to 'src/pubkey/info.txt')
-rw-r--r--src/pubkey/info.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pubkey/info.txt b/src/pubkey/info.txt
index b28bd1868..4d7105e9d 100644
--- a/src/pubkey/info.txt
+++ b/src/pubkey/info.txt
@@ -3,15 +3,19 @@ define PUBLIC_KEY_CRYPTO
<source>
pk_algs.cpp
pk_keys.cpp
+pkcs8.cpp
pubkey.cpp
pubkey_enums.cpp
workfactor.cpp
+x509_key.cpp
</source>
<header:public>
pk_keys.h
+pkcs8.h
pubkey.h
pubkey_enums.h
+x509_key.h
</header:public>
<header:internal>
@@ -26,6 +30,8 @@ bigint
filters
kdf
oid_lookup
+pbe
+pem
pk_pad
rng
sym_algo