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/dl_algo | |
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/dl_algo')
-rw-r--r-- | src/pubkey/dl_algo/info.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pubkey/dl_algo/info.txt b/src/pubkey/dl_algo/info.txt index 21829fa42..f6e609062 100644 --- a/src/pubkey/dl_algo/info.txt +++ b/src/pubkey/dl_algo/info.txt @@ -4,6 +4,5 @@ define DL_PUBLIC_KEY_FAMILY asn1 dl_group numbertheory -pk_codecs rng </requires> |