aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/certstore
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-11-02 13:36:48 +0000
committerlloyd <[email protected]>2010-11-02 13:36:48 +0000
commitfb964299d5f33bea7e48445fc429c16a236ee1c2 (patch)
treebcba7ffcb5e9835446ab31bd0f6127eac2fac23e /src/cert/certstore
parentae1803f4983b9b178c32ebfd4f395cf2ccd939c9 (diff)
Doxygen updates.
Remove version of search_map that returns two distinguishing results; only used in one place, and that can be replaced by a call to count()
Diffstat (limited to 'src/cert/certstore')
-rw-r--r--src/cert/certstore/certstor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cert/certstore/certstor.h b/src/cert/certstore/certstor.h
index aaa46bd4e..374013984 100644
--- a/src/cert/certstore/certstor.h
+++ b/src/cert/certstore/certstor.h
@@ -50,6 +50,9 @@ class BOTAN_DLL Certificate_Store
const MemoryRegion<byte>& key_id) const = 0;
};
+/**
+* In Memory Certificate Store
+*/
class BOTAN_DLL Certificate_Store_Memory : public Certificate_Store
{
public: