diff options
author | lloyd <[email protected]> | 2009-12-16 22:53:25 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-12-16 22:53:25 +0000 |
commit | f3f36611db8c3f6c67c818d454973a0165b0fcf2 (patch) | |
tree | 1fc131e32869e00eb7c87e70bee53fe26bc276b3 /src/pubkey/info.txt | |
parent | e65ec3c8aae63d8c1942ce786d3b8c1f68a81e91 (diff) |
Add missing BOTAN_DLL exports.
Move most of the engine headers to internal
Diffstat (limited to 'src/pubkey/info.txt')
-rw-r--r-- | src/pubkey/info.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/pubkey/info.txt b/src/pubkey/info.txt index 69e743351..b28bd1868 100644 --- a/src/pubkey/info.txt +++ b/src/pubkey/info.txt @@ -1,5 +1,24 @@ define PUBLIC_KEY_CRYPTO +<source> +pk_algs.cpp +pk_keys.cpp +pubkey.cpp +pubkey_enums.cpp +workfactor.cpp +</source> + +<header:public> +pk_keys.h +pubkey.h +pubkey_enums.h +</header:public> + +<header:internal> +pk_algs.h +workfactor.h +</header:internal> + <requires> alloc asn1 |