diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-12-17 16:53:52 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2001-12-17 16:53:52 +0000 |
commit | c2b0e74aec1d087cd4b448ea7affe36b150e5d3e (patch) | |
tree | fead52ee0c92c51f65a1aa1067fdfc2d450f3d69 /lib/gnutls_session.c | |
parent | 0166e632a0576bb8f4f6550e2078d2fe9f94d44f (diff) | |
download | gnutls-c2b0e74aec1d087cd4b448ea7affe36b150e5d3e.tar.gz |
cleanups and documentation updates
Diffstat (limited to 'lib/gnutls_session.c')
-rw-r--r-- | lib/gnutls_session.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gnutls_session.c b/lib/gnutls_session.c index 43cca3e1ab..b8008314dc 100644 --- a/lib/gnutls_session.c +++ b/lib/gnutls_session.c @@ -74,7 +74,8 @@ int gnutls_session_get_data( GNUTLS_STATE state, opaque* session, int *session_s * * Returns the current session id. This can be used if you want to check if * the next session you tried to resume was actually resumed. - * (resumed sessions have the same sessionID with the first session) + * This is because resumed sessions have the same sessionID with the + * original session. * * Session id is some data set by the server, that identify the current session. * In TLS 1.0 session id should not be more than 32 bytes. |