summaryrefslogtreecommitdiffstats
path: root/ssl/s2_lib.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-12-25 18:40:46 +0000
committerBodo Möller <bodo@openssl.org>2000-12-25 18:40:46 +0000
commita0aae68cf6f3383f248c0e1991973224f2e4498f (patch)
tree00a32cf8d31ede67946750c91b26f7ddd3647f7c /ssl/s2_lib.c
parent57d2f21782631c735ed134ee4fb0d682426e1522 (diff)
Fix SSL_peek and SSL_pending.
Diffstat (limited to 'ssl/s2_lib.c')
-rw-r--r--ssl/s2_lib.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ssl/s2_lib.c b/ssl/s2_lib.c
index 52a2b27963..a89958607c 100644
--- a/ssl/s2_lib.c
+++ b/ssl/s2_lib.c
@@ -260,9 +260,6 @@ SSL_CIPHER *ssl2_get_cipher(unsigned int u)
int ssl2_pending(SSL *s)
{
- /* Unlike ssl2_pending, this one probably works (if read-ahead
- * is disabled), but it should be examined
- * XXX */
return(s->s2->ract_data_length);
}