aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-03-28 20:43:25 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-03-28 20:43:25 +0000
commit6af6c0bfc3b4831db1e8f9e9574df92e74aa7332 (patch)
treeb888836e2725fd8dccc98d880fa9f9af45edf7a6
parent2bfadf7f3b313e0ad969dedb9c3756f92a857fbd (diff)
downloadstrongswan-6af6c0bfc3b4831db1e8f9e9574df92e74aa7332.tar.bz2
strongswan-6af6c0bfc3b4831db1e8f9e9574df92e74aa7332.tar.xz
cosmetics
-rwxr-xr-xsrc/libstrongswan/credential_store.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/credential_store.h b/src/libstrongswan/credential_store.h
index 213ee5af9..e3b946869 100755
--- a/src/libstrongswan/credential_store.h
+++ b/src/libstrongswan/credential_store.h
@@ -286,14 +286,14 @@ struct credential_store_t {
* Currently, all RSA private key files must be in unencrypted form
* either in DER or PEM format.
*
- * @param this calling object
+ * @param this calling object
*/
void (*load_secrets) (credential_store_t *this);
/**
* @brief Destroys a credential_store_t object.
*
- * @param this calling object
+ * @param this calling object
*/
void (*destroy) (credential_store_t *this);
};