diff options
| author | tb <> | 2024-08-17 09:16:37 +0000 |
|---|---|---|
| committer | tb <> | 2024-08-17 09:16:37 +0000 |
| commit | 20ed53f10932af6b45672ea0db498ac81f754340 (patch) | |
| tree | 917c25c867be79962e6172ca3d79b22a9f8f96b2 /src/lib/libcrypto/man/Makefile | |
| parent | 07020d4504e9147315469dae8e2265a740e54bf5 (diff) | |
| download | openbsd-20ed53f10932af6b45672ea0db498ac81f754340.tar.gz openbsd-20ed53f10932af6b45672ea0db498ac81f754340.tar.bz2 openbsd-20ed53f10932af6b45672ea0db498ac81f754340.zip | |
Remove docs of various X509_TRUST "functionality" that no longer exists
Some macros are still exposed, but apart from the loss of a very nice way
of saying "this is completely misdesigned, overengineered and not properly
thought through" the only thing we would have learned from it is that this
stuff is "probably useless".
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
| -rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 3bb9348af2..d4633edddf 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.288 2024/07/10 08:51:28 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.289 2024/08/17 09:16:37 tb Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -349,7 +349,6 @@ MAN= \ | |||
| 349 | X509_STORE_new.3 \ | 349 | X509_STORE_new.3 \ |
| 350 | X509_STORE_set1_param.3 \ | 350 | X509_STORE_set1_param.3 \ |
| 351 | X509_STORE_set_verify_cb_func.3 \ | 351 | X509_STORE_set_verify_cb_func.3 \ |
| 352 | X509_TRUST_set.3 \ | ||
| 353 | X509_VERIFY_PARAM_new.3 \ | 352 | X509_VERIFY_PARAM_new.3 \ |
| 354 | X509_VERIFY_PARAM_set_flags.3 \ | 353 | X509_VERIFY_PARAM_set_flags.3 \ |
| 355 | X509_add1_trust_object.3 \ | 354 | X509_add1_trust_object.3 \ |
