diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 0405a06663..a83ae5d3ed 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.138 2018/03/18 13:06:36 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.139 2018/04/15 01:43:45 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -97,6 +97,14 @@ MAN= \ | |||
97 | EC_KEY_new.3 \ | 97 | EC_KEY_new.3 \ |
98 | EC_POINT_add.3 \ | 98 | EC_POINT_add.3 \ |
99 | EC_POINT_new.3 \ | 99 | EC_POINT_new.3 \ |
100 | ENGINE_add.3 \ | ||
101 | ENGINE_ctrl.3 \ | ||
102 | ENGINE_get_default_RSA.3 \ | ||
103 | ENGINE_init.3 \ | ||
104 | ENGINE_register_RSA.3 \ | ||
105 | ENGINE_register_all_RSA.3 \ | ||
106 | ENGINE_set_default.3 \ | ||
107 | ENGINE_unregister_RSA.3 \ | ||
100 | ERR.3 \ | 108 | ERR.3 \ |
101 | ERR_GET_LIB.3 \ | 109 | ERR_GET_LIB.3 \ |
102 | ERR_asprintf_error_data.3 \ | 110 | ERR_asprintf_error_data.3 \ |