diff options
author | lloyd <[email protected]> | 2008-10-01 15:55:40 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-01 15:55:40 +0000 |
commit | 514c4e35119eca7132ca9ab38cc0de2b701da492 (patch) | |
tree | 62d8a216e3e548aa04cc78b7d70010854a0dc29f /src/pubkey | |
parent | 97b4b23a88c27bc154a3751e8e99cd75b7ea8e84 (diff) |
Move get_pbe from libstate to new pbe_base module (in pbe/)
Diffstat (limited to 'src/pubkey')
-rw-r--r-- | src/pubkey/pubkey/info.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pubkey/pubkey/info.txt b/src/pubkey/pubkey/info.txt index f6bb64a41..07fe1589f 100644 --- a/src/pubkey/pubkey/info.txt +++ b/src/pubkey/pubkey/info.txt @@ -1,13 +1,14 @@ realname "Public Key Base" -define PUBKEY_BASE +define PUBLIC_KEY_CRYPTO load_on dep <requires> +asn1 bigint numbertheory -asn1 +pbe_base </requires> <add> |