summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2018-04-15 17:02:04 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2018-04-15 17:02:04 +0000
commit4f368008d885ded5b276031f7528eb387ac230e5 (patch)
tree4c7a379bd2d75a3cfc6fc720b0f63e750c622bd5 /lib/libcrypto/man/Makefile
parent7b3722a75dfb4c9076931aac499a2f91133c0d60 (diff)
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 'lib/libcrypto/man/Makefile')
-rw-r--r--lib/libcrypto/man/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile
index a83ae5d3ed0..695485aeeb8 100644
--- a/lib/libcrypto/man/Makefile
+++ b/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.139 2018/04/15 01:43:45 schwarze Exp $
+# $OpenBSD: Makefile,v 1.140 2018/04/15 17:02:03 schwarze Exp $
.include <bsd.own.mk>
@@ -101,9 +101,12 @@ MAN= \
ENGINE_ctrl.3 \
ENGINE_get_default_RSA.3 \
ENGINE_init.3 \
+ ENGINE_new.3 \
ENGINE_register_RSA.3 \
ENGINE_register_all_RSA.3 \
+ ENGINE_set_RSA.3 \
ENGINE_set_default.3 \
+ ENGINE_set_flags.3 \
ENGINE_unregister_RSA.3 \
ERR.3 \
ERR_GET_LIB.3 \