diff options
Diffstat (limited to 'src/charon/daemon.h')
-rw-r--r-- | src/charon/daemon.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/charon/daemon.h b/src/charon/daemon.h index 5b3349829..afe880533 100644 --- a/src/charon/daemon.h +++ b/src/charon/daemon.h @@ -172,6 +172,14 @@ typedef struct daemon_t daemon_t; */ /** + * @defgroup authenticators authenticators + * + * Authenticator classes to prove identity of peer. + * + * @ingroup sa + */ + +/** * @defgroup threads threads * * Threaded classes, which will do their job alone. |