diff options
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r-- | lib/libcrypto/man/Makefile | 3 |
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 \ |