aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-25 18:07:53 +0000
committerlloyd <[email protected]>2008-11-25 18:07:53 +0000
commit45cd53a6adeadf417a77353d0443bbe67d337087 (patch)
treea3152f63881b474ec46c6ddc11ee55316c6322de /src/cert
parent0c315097134d3cda839de7b686703dcd99c28d14 (diff)
Add Doxygen comment for Timer::clock. Fix @return in benchmark.h and x509_ca.h
Diffstat (limited to 'src/cert')
-rw-r--r--src/cert/x509/x509_ca.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cert/x509/x509_ca.h b/src/cert/x509/x509_ca.h
index a9b6611d5..8f78181b2 100644
--- a/src/cert/x509/x509_ca.h
+++ b/src/cert/x509/x509_ca.h
@@ -95,7 +95,7 @@ class BOTAN_DLL X509_CA
* scheme.
* @param key will be the key to choose a padding scheme for
* @param alg_id will be set to the chosen scheme
-* @returns A PK_Signer object for generating signatures
+* @return A PK_Signer object for generating signatures
*/
BOTAN_DLL PK_Signer* choose_sig_format(const Private_Key& key,
AlgorithmIdentifier& alg_id);