From: Bodo Möller Date: Thu, 7 Sep 2000 08:07:55 +0000 (+0000) Subject: clarification (source/sink BIOs are usually *both* source and sink) X-Git-Tag: OpenSSL-engine-0_9_6-beta1~12^2~2 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=1974a58fe0c3d002d269984c437c6409e8ce3dbe clarification (source/sink BIOs are usually *both* source and sink) --- diff --git a/doc/crypto/bio.pod b/doc/crypto/bio.pod index d86ce4bc00..0214804dcf 100644 --- a/doc/crypto/bio.pod +++ b/doc/crypto/bio.pod @@ -20,7 +20,7 @@ connections and file I/O. There are two type of BIO, a source/sink BIO and a filter BIO. -As its name implies a source/sink BIO is a source or sink of data, +As its name implies a source/sink BIO is a source and/or sink of data, examples include a socket BIO and a file BIO. A filter BIO takes data from one BIO and passes it through to