summaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_pending.pod
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 /doc/ssl/SSL_pending.pod
parent57d2f21782631c735ed134ee4fb0d682426e1522 (diff)
Fix SSL_peek and SSL_pending.
Diffstat (limited to 'doc/ssl/SSL_pending.pod')
-rw-r--r--doc/ssl/SSL_pending.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ssl/SSL_pending.pod b/doc/ssl/SSL_pending.pod
index 6c03b14caf..b4c48598b2 100644
--- a/doc/ssl/SSL_pending.pod
+++ b/doc/ssl/SSL_pending.pod
@@ -33,8 +33,8 @@ I<read_ahead> flag is set, additional protocol bytes may have been
read containing more TLS/SSL records; these are ignored by
SSL_pending().
-SSL_pending() does not check if the record type of pending data is
-application data.
+Up to OpenSSL 0.9.6, SSL_pending() does not check if the record type
+of pending data is application data.
=head1 SEE ALSO