summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-04-02 14:32:33 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-04-02 14:32:33 +0200
commit5b9ccb005e7c1c794b79496732c831e8a0979ca0 (patch)
tree1287f0df36b825d43451883fd81b0942783f2503
parentae2f1d5a5b3188dee9019d497ff5904158f9597b (diff)
downloadgnutls-5b9ccb005e7c1c794b79496732c831e8a0979ca0.tar.gz
corrected version numbers.
-rw-r--r--lib/gnutls_record.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_record.c b/lib/gnutls_record.c
index 5dea946188..e1b7f57bab 100644
--- a/lib/gnutls_record.c
+++ b/lib/gnutls_record.c
@@ -1485,7 +1485,7 @@ gnutls_record_send(gnutls_session_t session, const void *data,
* All queued records will be sent when gnutls_uncork() is called, or
* when the maximum record size is reached.
*
- * This function is safe to use with DTLS after GnuTLS 3.3.0.
+ * This function is safe to use with DTLS after GnuTLS 3.2.13.
*
* Since: 3.1.9
**/