diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-12-10 11:38:27 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-12-10 11:38:27 +0000 |
commit | f5a583526d1314d1e6f2b8079a8dd6d68f3d85a8 (patch) | |
tree | eb5ec72628a5316c95cc220ef643e4be8281d5d8 /lib/gnutls_handshake.c | |
parent | d4e560b27857f97af2b51b61e4f680f403488955 (diff) | |
download | gnutls-f5a583526d1314d1e6f2b8079a8dd6d68f3d85a8.tar.gz |
Included gnutls_1_0_0_patches.
Diffstat (limited to 'lib/gnutls_handshake.c')
-rw-r--r-- | lib/gnutls_handshake.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_handshake.c b/lib/gnutls_handshake.c index f37150d751..2ff75b491a 100644 --- a/lib/gnutls_handshake.c +++ b/lib/gnutls_handshake.c @@ -1867,8 +1867,8 @@ static int _gnutls_handshake_hash_init( gnutls_session session) { * * The non-fatal errors such as GNUTLS_E_AGAIN and GNUTLS_E_INTERRUPTED * interrupt the handshake procedure, which should be later be resumed. - * (call this function again, until it returns 0); cf. - * gnutls_record_get_direction(). + * Call this function again, until it returns 0; cf. + * gnutls_record_get_direction() and gnutls_error_is_fatal(). * * If this function is called by a server after a rehandshake request then * GNUTLS_E_GOT_APPLICATION_DATA or GNUTLS_E_WARNING_ALERT_RECEIVED |