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/cert/x509 | |
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/cert/x509')
-rw-r--r-- | src/cert/x509/info.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cert/x509/info.txt b/src/cert/x509/info.txt index 98b7afb98..25db8c1e6 100644 --- a/src/cert/x509/info.txt +++ b/src/cert/x509/info.txt @@ -8,7 +8,6 @@ load_on auto asn1 bigint pubkey -pk_lookup oid_lookup </requires> |