diff options
Diffstat (limited to 'src/charon/plugins/nm/nm_creds.h')
-rw-r--r-- | src/charon/plugins/nm/nm_creds.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charon/plugins/nm/nm_creds.h b/src/charon/plugins/nm/nm_creds.h index 421442c81..754fe53df 100644 --- a/src/charon/plugins/nm/nm_creds.h +++ b/src/charon/plugins/nm/nm_creds.h @@ -35,14 +35,14 @@ struct nm_creds_t { * Implements credential_set_t */ credential_set_t set; - + /** * Set the trusted gateway certificate to serve by this set. * * @param cert certificate to serve */ void (*set_certificate)(nm_creds_t *this, certificate_t *cert); - + /** * Set the username/password for authentication. * |