summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-09-10 14:03:21 +0000
committerBodo Möller <bodo@openssl.org>1999-09-10 14:03:21 +0000
commit6f7af1524ea4a0eb9bcd0596075cef4bcaf887b1 (patch)
treedf687fb476121221cb20c582ebf4557eca9f384d /crypto
parentac3e3cdc96f0dbc922aa72a7e1ecde76817f7db0 (diff)
Use non-copying BIO interface in ssltest.c.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/bio/bss_bio.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/crypto/bio/bss_bio.c b/crypto/bio/bss_bio.c
index 17d768cfe3..be28472d34 100644
--- a/crypto/bio/bss_bio.c
+++ b/crypto/bio/bss_bio.c
@@ -202,9 +202,8 @@ static int bio_read(BIO *bio, char *buf, int size_)
* (example usage: bio_nread0(), read from buffer, bio_nread()
* or just bio_nread(), read from buffer)
*/
-/* WARNING: The non-copying interface is totally untested as of yet --
- * I wrote it, but have not yet read it; and surely it still is full
- * of bugs. */
+/* WARNING: The non-copying interface is largely untested as of yet
+ * and may contain bugs. */
static size_t bio_nread0(BIO *bio, char **buf)
{
struct bio_bio_st *b, *peer_b;