diff options
author | tb <> | 2023-11-19 10:36:14 +0000 |
---|---|---|
committer | tb <> | 2023-11-19 10:36:14 +0000 |
commit | f5ed05316824ad237b1e00ea6981f83619de0209 (patch) | |
tree | dddd317bf1ee16b443c461d546f730dd54433df1 /src/lib/libcrypto/man/Makefile | |
parent | 804762513590f41c1b78252a3d44d2c96c3d6139 (diff) | |
download | openbsd-f5ed05316824ad237b1e00ea6981f83619de0209.tar.gz openbsd-f5ed05316824ad237b1e00ea6981f83619de0209.tar.bz2 openbsd-f5ed05316824ad237b1e00ea6981f83619de0209.zip |
Remove remaining ENGINE manuals
They document functionality that no longer exists.
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index f42e9327ae..01be881165 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.276 2023/09/29 08:57:49 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.277 2023/11/19 10:36:14 tb Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -140,17 +140,7 @@ MAN= \ | |||
140 | EC_KEY_new.3 \ | 140 | EC_KEY_new.3 \ |
141 | EC_POINT_add.3 \ | 141 | EC_POINT_add.3 \ |
142 | EC_POINT_new.3 \ | 142 | EC_POINT_new.3 \ |
143 | ENGINE_add.3 \ | ||
144 | ENGINE_ctrl.3 \ | ||
145 | ENGINE_get_default_RSA.3 \ | ||
146 | ENGINE_init.3 \ | ||
147 | ENGINE_new.3 \ | 143 | ENGINE_new.3 \ |
148 | ENGINE_register_RSA.3 \ | ||
149 | ENGINE_register_all_RSA.3 \ | ||
150 | ENGINE_set_RSA.3 \ | ||
151 | ENGINE_set_default.3 \ | ||
152 | ENGINE_set_flags.3 \ | ||
153 | ENGINE_unregister_RSA.3 \ | ||
154 | ERR.3 \ | 144 | ERR.3 \ |
155 | ERR_GET_LIB.3 \ | 145 | ERR_GET_LIB.3 \ |
156 | ERR_asprintf_error_data.3 \ | 146 | ERR_asprintf_error_data.3 \ |