mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
cosmetics
This commit is contained in:
parent
2bfadf7f3b
commit
6af6c0bfc3
@ -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);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user