diff options
| author | schwarze <> | 2021-10-29 09:42:07 +0000 |
|---|---|---|
| committer | schwarze <> | 2021-10-29 09:42:07 +0000 |
| commit | 443f61b9aab4987f53aa9dbd688db61d874873dc (patch) | |
| tree | aea71d2c5a2e5370f3634d9c9e973f5627512ef3 /src/lib/libcrypto/man/Makefile | |
| parent | b00da752d7ff242e78ada771778436f91290620b (diff) | |
| download | openbsd-443f61b9aab4987f53aa9dbd688db61d874873dc.tar.gz openbsd-443f61b9aab4987f53aa9dbd688db61d874873dc.tar.bz2 openbsd-443f61b9aab4987f53aa9dbd688db61d874873dc.zip | |
new manual page X509_REQ_print_ex(3),
also documenting X509_REQ_print(3) and X509_REQ_print_fp(3)
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
| -rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 20ab72da7f..43d7c5bc56 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.206 2021/10/28 13:13:03 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.207 2021/10/29 09:42:07 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -306,6 +306,7 @@ MAN= \ | |||
| 306 | X509_REQ_add1_attr.3 \ | 306 | X509_REQ_add1_attr.3 \ |
| 307 | X509_REQ_add_extensions.3 \ | 307 | X509_REQ_add_extensions.3 \ |
| 308 | X509_REQ_new.3 \ | 308 | X509_REQ_new.3 \ |
| 309 | X509_REQ_print_ex.3 \ | ||
| 309 | X509_REVOKED_new.3 \ | 310 | X509_REVOKED_new.3 \ |
| 310 | X509_SIG_get0.3 \ | 311 | X509_SIG_get0.3 \ |
| 311 | X509_SIG_new.3 \ | 312 | X509_SIG_new.3 \ |
