aboutsummaryrefslogtreecommitdiffstats
path: root/src/algo_factory/algo_factory.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-11 01:35:42 +0000
committerlloyd <[email protected]>2008-11-11 01:35:42 +0000
commit3dbf2df27a12fd3daf8f42d58659f327fbd5609c (patch)
tree2db7515a974838914ef6f8933d359dadbaf76d6c /src/algo_factory/algo_factory.h
parentd1829bc441f8a096eddbdd0a1536682e0ab07c3e (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.h2
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);