From 6af6c0bfc3b4831db1e8f9e9574df92e74aa7332 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 28 Mar 2007 20:43:25 +0000 Subject: [PATCH] cosmetics --- src/libstrongswan/credential_store.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libstrongswan/credential_store.h b/src/libstrongswan/credential_store.h index 213ee5af9b..e3b946869c 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); };