diff options
author | lloyd <[email protected]> | 2008-11-11 20:54:18 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-11 20:54:18 +0000 |
commit | 8986f83af617d76e54ae40348d0a77ea1e5e51e4 (patch) | |
tree | 419cebf489bd28084615290bccd63516b4ca2696 /src/pubkey/rsa/info.txt | |
parent | e7e3551e44f8defc6d78be4e513ea5ee2631933b (diff) |
Remove pk_lookup - half of it (look_pk.{cpp,h}) depended on libstate directly,
the other half was relied upon by pubkey. Move the contents into those two
modules. Update deps.
Diffstat (limited to 'src/pubkey/rsa/info.txt')
-rw-r--r-- | src/pubkey/rsa/info.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pubkey/rsa/info.txt b/src/pubkey/rsa/info.txt index 378457e2a..ac2b6dde7 100644 --- a/src/pubkey/rsa/info.txt +++ b/src/pubkey/rsa/info.txt @@ -10,7 +10,6 @@ bigint if_algo keypair numbertheory -pk_lookup pubkey </requires> |