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/pubkey/pk_codecs/info.txt | |
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/pubkey/pk_codecs/info.txt')
-rw-r--r-- | src/pubkey/pk_codecs/info.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/pubkey/pk_codecs/info.txt b/src/pubkey/pk_codecs/info.txt deleted file mode 100644 index 64fb10b8a..000000000 --- a/src/pubkey/pk_codecs/info.txt +++ /dev/null @@ -1,7 +0,0 @@ -<requires> -asn1 -filters -oid_lookup -pbe -pem -</requires> |