From 316d5cdc85753603a1aad514fd1714c22aff7f13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Tue, 3 Aug 1999 08:31:13 +0000 Subject: [PATCH] comment --- crypto/bio/bss_bio.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/crypto/bio/bss_bio.c b/crypto/bio/bss_bio.c index b6ce509564..99c5cc6d0d 100644 --- a/crypto/bio/bss_bio.c +++ b/crypto/bio/bss_bio.c @@ -62,9 +62,10 @@ struct bio_bio_st size_t size; char *buf; /* "size" elements (if != NULL) */ - size_t request; /* valid iff peer != NULL; 0 if len != 0; + size_t request; /* valid iff peer != NULL; 0 if len != 0, * otherwise set by peer to number of bytes - * it (unsuccesfully) tried to read. */ + * it (unsuccesfully) tried to read, + * never more than buffer space (size-len) warrants. */ }; static int bio_new(BIO *bio) -- 2.34.1