summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2025-06-09 12:43:53 +0000
committerschwarze <>2025-06-09 12:43:53 +0000
commit15db68e6e4104ccbe6789e9c6e150dd47ee1322b (patch)
tree9fc9332adb5e1c9914a47453e24d14e40e5cd765 /src/lib/libcrypto/man/Makefile
parentdd6af06fb8cee509ff0a88052fcf0a293f4f603f (diff)
downloadopenbsd-15db68e6e4104ccbe6789e9c6e150dd47ee1322b.tar.gz
openbsd-15db68e6e4104ccbe6789e9c6e150dd47ee1322b.tar.bz2
openbsd-15db68e6e4104ccbe6789e9c6e150dd47ee1322b.zip
Retire the manual pages OPENSSL_load_builtin_modules(3) and OBJ_NAME_add(3)
because these functions no longer exist. OK tb@
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index b8dfe86d49..d026643e9d 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.308 2025/04/25 19:57:12 tb Exp $ 1# $OpenBSD: Makefile,v 1.309 2025/06/09 12:43:53 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -216,7 +216,6 @@ MAN= \
216 IPAddressRange_new.3 \ 216 IPAddressRange_new.3 \
217 MD5.3 \ 217 MD5.3 \
218 NAME_CONSTRAINTS_new.3 \ 218 NAME_CONSTRAINTS_new.3 \
219 OBJ_NAME_add.3 \
220 OBJ_create.3 \ 219 OBJ_create.3 \
221 OBJ_find_sigid_algs.3 \ 220 OBJ_find_sigid_algs.3 \
222 OBJ_nid2obj.3 \ 221 OBJ_nid2obj.3 \
@@ -232,7 +231,6 @@ MAN= \
232 OPENSSL_cleanse.3 \ 231 OPENSSL_cleanse.3 \
233 OPENSSL_config.3 \ 232 OPENSSL_config.3 \
234 OPENSSL_init_crypto.3 \ 233 OPENSSL_init_crypto.3 \
235 OPENSSL_load_builtin_modules.3 \
236 OPENSSL_malloc.3 \ 234 OPENSSL_malloc.3 \
237 OPENSSL_sk_new.3 \ 235 OPENSSL_sk_new.3 \
238 OpenSSL_add_all_algorithms.3 \ 236 OpenSSL_add_all_algorithms.3 \