diff options
author | lloyd <[email protected]> | 2008-11-11 01:35:42 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-11-11 01:35:42 +0000 |
commit | 3dbf2df27a12fd3daf8f42d58659f327fbd5609c (patch) | |
tree | 2db7515a974838914ef6f8933d359dadbaf76d6c /src/algo_factory/algo_factory.h | |
parent | d1829bc441f8a096eddbdd0a1536682e0ab07c3e (diff) |
Add a function to query algorithm providers
Diffstat (limited to 'src/algo_factory/algo_factory.h')
-rw-r--r-- | src/algo_factory/algo_factory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/algo_factory/algo_factory.h b/src/algo_factory/algo_factory.h index 2513c42c9..fb41b4882 100644 --- a/src/algo_factory/algo_factory.h +++ b/src/algo_factory/algo_factory.h @@ -39,6 +39,8 @@ class BOTAN_DLL Algorithm_Factory }; friend class Engine_Iterator; + std::vector<std::string> providers_of(const SCAN_Name& request); + // Block cipher operations const BlockCipher* prototype_block_cipher(const SCAN_Name& request); BlockCipher* make_block_cipher(const SCAN_Name& request); |