diff options
author | Martin Willi <martin@revosec.ch> | 2013-03-07 14:10:50 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2013-03-07 14:10:50 +0100 |
commit | 7d70a14779b2dc897bc46559e6475a9bd01b2be6 (patch) | |
tree | 746bdedefd60fae4e6b010e5415919cff4140e32 /src/libtls/tls.h | |
parent | 9d9042d6d95b0ecb292d77e7d8350fcd28e1aa27 (diff) | |
parent | 1db6bf2f3f8fe0240a63dbd7c79323140daa622e (diff) | |
download | strongswan-7d70a14779b2dc897bc46559e6475a9bd01b2be6.tar.bz2 strongswan-7d70a14779b2dc897bc46559e6475a9bd01b2be6.tar.xz |
Merge branch 'pt-tls'
Diffstat (limited to 'src/libtls/tls.h')
-rw-r--r-- | src/libtls/tls.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libtls/tls.h b/src/libtls/tls.h index c8186b829..7f45b1e09 100644 --- a/src/libtls/tls.h +++ b/src/libtls/tls.h @@ -193,16 +193,16 @@ struct tls_t { bool (*is_server)(tls_t *this); /** - * Return the server identity + * Return the server identity. * - * @return Server identity + * @return server identity */ identification_t* (*get_server_id)(tls_t *this); /** - * Return the peer identity + * Return the peer identity. * - * @return Peer identity + * @return peer identity */ identification_t* (*get_peer_id)(tls_t *this); |