summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2017-02-20 23:21:20 +0000
committerBob Beck <beck@cvs.openbsd.org>2017-02-20 23:21:20 +0000
commitf3fd06788c705117458b9a81f8dcce8b868afa34 (patch)
tree114e2d5e8cba016da82a8c6b0c8b633d09e7c207 /lib/libcrypto/man/Makefile
parent839b13d0883bc2481d183546d8008fa6260bcd4d (diff)
Mark ERR_add_error_data and ERR_add_error_vdata as not for internal use,
and document ERR_asprintf_error_data as their replacement. ok jsing@, ingo@
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r--lib/libcrypto/man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile
index 9a64837d311..75239dc3872 100644
--- a/lib/libcrypto/man/Makefile
+++ b/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.114 2017/01/31 05:40:26 schwarze Exp $
+# $OpenBSD: Makefile,v 1.115 2017/02/20 23:21:19 beck Exp $
.include <bsd.own.mk>
@@ -92,6 +92,7 @@ MAN= \
EC_POINT_new.3 \
ERR.3 \
ERR_GET_LIB.3 \
+ ERR_asprintf_error_data.3 \
ERR_clear_error.3 \
ERR_error_string.3 \
ERR_get_error.3 \