summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2018-04-15 17:02:03 +0000
committerschwarze <>2018-04-15 17:02:03 +0000
commit8e0d0015d803e2db303942ec42a2e187853cb399 (patch)
tree9e18009b3c6be0ebc7dcf5101e962cea04369f89 /src/lib/libcrypto/man/Makefile
parent83e8d72fcb33da2c34c5964418ed6fa3b12d08c7 (diff)
downloadopenbsd-8e0d0015d803e2db303942ec42a2e187853cb399.tar.gz
openbsd-8e0d0015d803e2db303942ec42a2e187853cb399.tar.bz2
openbsd-8e0d0015d803e2db303942ec42a2e187853cb399.zip
Rewrite the ENGINE_*(3) documentation from scratch - step 2,
covering the remaining functions that were documented in engine(3), except for seven functions that are completely pointless and that were merely listed but not really documented.
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 \