diff options
author | lloyd <[email protected]> | 2009-07-15 15:12:20 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-07-15 15:12:20 +0000 |
commit | 6fd01228840942ad122d1adabb3f7971a4e3b244 (patch) | |
tree | 57df224bd849d325e9747a374c85784abdd0e76c /src/cms/info.txt | |
parent | 11470400cd77cbd20f60247f0a07fcac45772646 (diff) |
Move the contents of pubkey/pubkey (which was kind of a catch-all to
just toplevel pubkey). This was a convention I realized made sense sometime
on when I was first doing the modularization changes.
Move pkcs8.* and x509_key.* to pk_codecs
Diffstat (limited to 'src/cms/info.txt')
-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 402865b07..a85841e21 100644 --- a/src/cms/info.txt +++ b/src/cms/info.txt @@ -8,7 +8,7 @@ load_on auto asn1 filters oid_lookup -pubkey +pk_codecs x509 </requires> |