From: Nikos Mavrogiannopoulos Date: Thu, 16 Jan 2014 09:54:29 +0000 (+0100) Subject: removed unneeded warning; all systems we support set this function. X-Git-Tag: gnutls_3_3_0pre0~324 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8319a1dee46ac2575c407aa70b19fe26d55fb799;p=thirdparty%2Fgnutls.git removed unneeded warning; all systems we support set this function. --- diff --git a/lib/gnutls_handshake.c b/lib/gnutls_handshake.c index dc193bcd81..97d3822a36 100644 --- a/lib/gnutls_handshake.c +++ b/lib/gnutls_handshake.c @@ -2581,10 +2581,7 @@ int gnutls_handshake(gnutls_session_t session) * to the provided value. Use an @ms value of zero to disable * timeout. * - * Note that in order for the timeout to be enforced - * gnutls_transport_set_pull_timeout_function() must be set - * (it is set by default in most systems). - * + * Since: 3.1.0 **/ void gnutls_handshake_set_timeout(gnutls_session_t session, unsigned int ms) diff --git a/lib/gnutls_record.c b/lib/gnutls_record.c index a17d2f5148..2ea07f535b 100644 --- a/lib/gnutls_record.c +++ b/lib/gnutls_record.c @@ -1629,12 +1629,7 @@ gnutls_record_recv_seq(gnutls_session_t session, void *data, * to the provided value. Use an @ms value of zero to disable * timeout (the default). * - * Note that in order for the timeout to be enforced - * gnutls_transport_set_pull_timeout_function() must be set - * (it is set by default in most systems). - * * Since: 3.1.7 - * **/ void gnutls_record_set_timeout(gnutls_session_t session, unsigned int ms) {