diff options
Diffstat (limited to 'src/charon/sa/authenticators/eap/eap_manager.h')
-rw-r--r-- | src/charon/sa/authenticators/eap/eap_manager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/charon/sa/authenticators/eap/eap_manager.h b/src/charon/sa/authenticators/eap/eap_manager.h index 271bfc2bf..0333fb6da 100644 --- a/src/charon/sa/authenticators/eap/eap_manager.h +++ b/src/charon/sa/authenticators/eap/eap_manager.h @@ -69,9 +69,9 @@ struct eap_manager_t { identification_t *peer); /** - * Destroy a eap_manager instance. - */ - void (*destroy)(eap_manager_t *this); + * Destroy a eap_manager instance. + */ + void (*destroy)(eap_manager_t *this); }; /** |