diff options
author | lloyd <[email protected]> | 2010-03-04 02:22:02 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-03-04 02:22:02 +0000 |
commit | 1b0f06037e00d426f37c9180f02f1ec2157644bd (patch) | |
tree | 8e51945448aac864b41d4e5564db12411a168051 /src/cms | |
parent | af204bf9828c20e485f9c9bde98160bd3506e81a (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/cms')
-rw-r--r-- | src/cms/info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cms/info.txt b/src/cms/info.txt index 44c5811f8..b863a9a26 100644 --- a/src/cms/info.txt +++ b/src/cms/info.txt @@ -9,7 +9,7 @@ hash libstate oid_lookup pem -pk_codecs +pubkey sha1 sym_algo x509 |