summaryrefslogtreecommitdiff
path: root/lib/record.c
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2017-12-21 15:53:30 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-02-19 15:29:37 +0100
commit306a56ce15fc3017654a803ceae38432de96d616 (patch)
tree5635bc653f71d241190072db240f46f1f50b26c0 /lib/record.c
parent71be7f607f997b70450d9a1dda3f7269d9af46d9 (diff)
downloadgnutls-306a56ce15fc3017654a803ceae38432de96d616.tar.gz
doc: fix mention of gnutls_record_send_range()
Signed-off-by: Daiki Ueno <dueno@redhat.com>
Diffstat (limited to 'lib/record.c')
-rw-r--r--lib/record.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/record.c b/lib/record.c
index b3ae667681..3e2af9300c 100644
--- a/lib/record.c
+++ b/lib/record.c
@@ -76,8 +76,8 @@ struct tls_record_st {
* complain if a server pads the encrypted data. This of course will
* disable protection against statistical attacks on the data.
*
- * This functions is defunt since 3.1.7. Random padding is disabled
- * by default unless requested using gnutls_range_send_message().
+ * This function is defunct since 3.1.7. Random padding is disabled
+ * by default unless requested using gnutls_record_send_range().
*
**/
void gnutls_record_disable_padding(gnutls_session_t session)