]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
removed unneeded warning; all systems we support set this function.
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 16 Jan 2014 09:54:29 +0000 (10:54 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 16 Jan 2014 09:54:29 +0000 (10:54 +0100)
lib/gnutls_handshake.c
lib/gnutls_record.c

index dc193bcd8135a00e559cee40f89263b309f72ab9..97d3822a364438ddc4aa0a802b567a05d6954a62 100644 (file)
@@ -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)
index a17d2f51483874fa7f3934233b0d911e1853a6a4..2ea07f535b0dd4b74ca0b972c77079cf443a9bf4 100644 (file)
@@ -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)
 {