Comments on SSL_peek deficiencies

This commit is contained in:
Bodo Möller
2000-11-28 06:58:22 +00:00
parent 87739b2c53
commit 24b44446e2
3 changed files with 12 additions and 2 deletions

View File

@@ -260,6 +260,9 @@ 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);
}