diff options
| author | schwarze <> | 2021-10-26 12:56:48 +0000 |
|---|---|---|
| committer | schwarze <> | 2021-10-26 12:56:48 +0000 |
| commit | 040c31b7b4e4aab44ac0765a4d50c78ab26fa790 (patch) | |
| tree | 7a604b43b8af79c1d81f11314a1645012b09ce82 /src/lib/libcrypto/man/Makefile | |
| parent | 5a4a739c4b71042de2a0dafa6a73784cf51f7c5c (diff) | |
| download | openbsd-040c31b7b4e4aab44ac0765a4d50c78ab26fa790.tar.gz openbsd-040c31b7b4e4aab44ac0765a4d50c78ab26fa790.tar.bz2 openbsd-040c31b7b4e4aab44ac0765a4d50c78ab26fa790.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 \ |
