diff options
author | lloyd <[email protected]> | 2008-10-01 16:05:14 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-01 16:05:14 +0000 |
commit | a3fcea09d61fef223da7fb12dd5a768a982f1c7f (patch) | |
tree | 67b070fd816832d79e6a062a7cbacca1df2b3736 /src/pubkey/pk_lookup/info.txt | |
parent | 514c4e35119eca7132ca9ab38cc0de2b701da492 (diff) |
Move look_pk and pk_algs to new module pubkey/pk_lookup
Diffstat (limited to 'src/pubkey/pk_lookup/info.txt')
-rw-r--r-- | src/pubkey/pk_lookup/info.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/pubkey/pk_lookup/info.txt b/src/pubkey/pk_lookup/info.txt new file mode 100644 index 000000000..39dd4dfc2 --- /dev/null +++ b/src/pubkey/pk_lookup/info.txt @@ -0,0 +1,18 @@ +realname "Public Key Lookup" + +define PUBLIC_KEY_LOOKUP + +load_on dep + +<requires> +asn1 +bigint +numbertheory +</requires> + +<add> +look_pk.cpp +look_pk.h +pk_algs.cpp +pk_algs.h +</add> |