summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index a83ae5d3ed..695485aeeb 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.139 2018/04/15 01:43:45 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.140 2018/04/15 17:02:03 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -101,9 +101,12 @@ MAN= \
101 ENGINE_ctrl.3 \ 101 ENGINE_ctrl.3 \
102 ENGINE_get_default_RSA.3 \ 102 ENGINE_get_default_RSA.3 \
103 ENGINE_init.3 \ 103 ENGINE_init.3 \
104 ENGINE_new.3 \
104 ENGINE_register_RSA.3 \ 105 ENGINE_register_RSA.3 \
105 ENGINE_register_all_RSA.3 \ 106 ENGINE_register_all_RSA.3 \
107 ENGINE_set_RSA.3 \
106 ENGINE_set_default.3 \ 108 ENGINE_set_default.3 \
109 ENGINE_set_flags.3 \
107 ENGINE_unregister_RSA.3 \ 110 ENGINE_unregister_RSA.3 \
108 ERR.3 \ 111 ERR.3 \
109 ERR_GET_LIB.3 \ 112 ERR_GET_LIB.3 \