diff options
| author | schwarze <> | 2021-12-13 13:46:09 +0000 |
|---|---|---|
| committer | schwarze <> | 2021-12-13 13:46:09 +0000 |
| commit | 677033f5d6088023b86fc3814bf37f784f930fd2 (patch) | |
| tree | 2340714ec65abd5a48465059fe1b76115dae97c9 /src/lib/libcrypto/man/Makefile | |
| parent | c2c9cf22aa6a46cfa24e29a06a5d0385ca428117 (diff) | |
| download | openbsd-677033f5d6088023b86fc3814bf37f784f930fd2.tar.gz openbsd-677033f5d6088023b86fc3814bf37f784f930fd2.tar.bz2 openbsd-677033f5d6088023b86fc3814bf37f784f930fd2.zip | |
new manual pages i2d_ASN1_bio_stream(3) and SMIME_crlf_copy(3)
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
| -rw-r--r-- | src/lib/libcrypto/man/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index aab725a0e9..2e608bffbb 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.223 2021/12/12 17:31:18 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.224 2021/12/13 13:46:09 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -278,6 +278,7 @@ MAN= \ | |||
| 278 | RSA_sign_ASN1_OCTET_STRING.3 \ | 278 | RSA_sign_ASN1_OCTET_STRING.3 \ |
| 279 | RSA_size.3 \ | 279 | RSA_size.3 \ |
| 280 | SHA1.3 \ | 280 | SHA1.3 \ |
| 281 | SMIME_crlf_copy.3 \ | ||
| 281 | SMIME_read_CMS.3 \ | 282 | SMIME_read_CMS.3 \ |
| 282 | SMIME_read_PKCS7.3 \ | 283 | SMIME_read_PKCS7.3 \ |
| 283 | SMIME_write_CMS.3 \ | 284 | SMIME_write_CMS.3 \ |
| @@ -411,6 +412,7 @@ MAN= \ | |||
| 411 | evp.3 \ | 412 | evp.3 \ |
| 412 | get_rfc3526_prime_8192.3 \ | 413 | get_rfc3526_prime_8192.3 \ |
| 413 | i2a_ASN1_STRING.3 \ | 414 | i2a_ASN1_STRING.3 \ |
| 415 | i2d_ASN1_bio_stream.3 \ | ||
| 414 | i2d_CMS_bio_stream.3 \ | 416 | i2d_CMS_bio_stream.3 \ |
| 415 | i2d_PKCS7_bio_stream.3 \ | 417 | i2d_PKCS7_bio_stream.3 \ |
| 416 | lh_new.3 \ | 418 | lh_new.3 \ |
