From 9c3ad2c9faadea9f56fc1bd8b254fc2fa40558eb Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sat, 25 Mar 2017 17:15:59 +0000 Subject: OpenSSL documented the public function BIO_printf(3) (and friends) in commit 2ca2e917. Document it here, too, but do not use their text. Be more concise and more precise at the same time. --- src/lib/libcrypto/man/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/man/Makefile') diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 75239dc387..70a73799c6 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.115 2017/02/20 23:21:19 beck Exp $ +# $OpenBSD: Makefile,v 1.116 2017/03/25 17:15:59 schwarze Exp $ .include @@ -26,6 +26,7 @@ MAN= \ BIO_find_type.3 \ BIO_get_ex_new_index.3 \ BIO_new.3 \ + BIO_printf.3 \ BIO_push.3 \ BIO_read.3 \ BIO_s_accept.3 \ -- cgit v1.2.3-55-g6feb