summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_s_null.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/BIO_s_null.3')
-rw-r--r--src/lib/libcrypto/man/BIO_s_null.36
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_null.3 b/src/lib/libcrypto/man/BIO_s_null.3
index f6e24c6f79..7e68b594dc 100644
--- a/src/lib/libcrypto/man/BIO_s_null.3
+++ b/src/lib/libcrypto/man/BIO_s_null.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_s_null.3,v 1.4 2016/11/18 18:52:11 schwarze Exp $ 1.\" $OpenBSD: BIO_s_null.3,v 1.5 2016/12/06 14:45:08 schwarze Exp $
2.\" OpenSSL e117a890 Sep 14 12:14:41 2000 +0000 2.\" OpenSSL e117a890 Sep 14 12:14:41 2000 +0000
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: November 18 2016 $ 51.Dd $Mdocdate: December 6 2016 $
52.Dt BIO_S_NULL 3 52.Dt BIO_S_NULL 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -80,3 +80,5 @@ this can be achieved by adding a null sink BIO to the end of the chain.
80.Sh RETURN VALUES 80.Sh RETURN VALUES
81.Fn BIO_s_null 81.Fn BIO_s_null
82returns the null sink BIO method. 82returns the null sink BIO method.
83.Sh SEE ALSO
84.Xr BIO_new 3