diff options
| author | schwarze <> | 2021-10-26 12:56:48 +0000 |
|---|---|---|
| committer | schwarze <> | 2021-10-26 12:56:48 +0000 |
| commit | fc6251316e7e29195a4a03ea15c06dd55939cebb (patch) | |
| tree | 7a604b43b8af79c1d81f11314a1645012b09ce82 /src/lib/libcrypto/man/Makefile | |
| parent | 0c2dcabbe587b45ba58b79298cc4798405672592 (diff) | |
| download | openbsd-fc6251316e7e29195a4a03ea15c06dd55939cebb.tar.gz openbsd-fc6251316e7e29195a4a03ea15c06dd55939cebb.tar.bz2 openbsd-fc6251316e7e29195a4a03ea15c06dd55939cebb.zip | |
new manual page X509_REQ_add1_attr(3) documenting nine functions
for X.501 Attributes in PKCS#10 certification requests
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 c697734c7e..6d83257fe7 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.202 2021/10/25 15:23:50 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.203 2021/10/26 12:56:48 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -303,6 +303,7 @@ MAN= \ | |||
| 303 | X509_PKEY_new.3 \ | 303 | X509_PKEY_new.3 \ |
| 304 | X509_PUBKEY_new.3 \ | 304 | X509_PUBKEY_new.3 \ |
| 305 | X509_PURPOSE_set.3 \ | 305 | X509_PURPOSE_set.3 \ |
| 306 | X509_REQ_add1_attr.3 \ | ||
| 306 | X509_REQ_new.3 \ | 307 | X509_REQ_new.3 \ |
| 307 | X509_REVOKED_new.3 \ | 308 | X509_REVOKED_new.3 \ |
| 308 | X509_SIG_new.3 \ | 309 | X509_SIG_new.3 \ |
