summaryrefslogtreecommitdiff
path: root/lib/gnutls_buffers.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-08-07 07:30:53 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-08-07 07:30:53 +0000
commitedb7b3a0c735885e85bcde45e9f0a4d441382b46 (patch)
tree484578091a9cfadee62277acefe5e8e4379931fb /lib/gnutls_buffers.c
parentdbf6c9afc21a9e22dc660f4686b8348a489d3e0e (diff)
downloadgnutls-edb7b3a0c735885e85bcde45e9f0a4d441382b46.tar.gz
ssl3 fixes and several others.
Diffstat (limited to 'lib/gnutls_buffers.c')
-rw-r--r--lib/gnutls_buffers.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gnutls_buffers.c b/lib/gnutls_buffers.c
index fcc7d82582..2b1a22f4fc 100644
--- a/lib/gnutls_buffers.c
+++ b/lib/gnutls_buffers.c
@@ -257,7 +257,6 @@ ssize_t _gnutls_Recv_int(int fd, GNUTLS_STATE state, ContentType type, Handshake
return (sizeOfPtr - left);
}
-#warning "FIX THIS FUNCTION - too many reallocs()"
/* Buffer for handshake packets. Keeps the packets in order
* for finished messages to use them.
*/