From 2e8a8076843788f75a575d4d38dfd4dcf9874870 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sun, 15 Apr 2018 17:02:03 +0000 Subject: 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. --- src/lib/libcrypto/man/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/man/Makefile') 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 @@ -# $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 @@ -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 \ -- cgit v1.2.3-55-g6feb