diff options
| author | schwarze <> | 2021-12-13 18:55:22 +0000 |
|---|---|---|
| committer | schwarze <> | 2021-12-13 18:55:22 +0000 |
| commit | 955d19a4816fb3b32a101d4d83d85a802005bede (patch) | |
| tree | 9527dbe32b07b25b277bbe90b36c17c0573b5b0d /src/lib/libcrypto/man/Makefile | |
| parent | 0743c8765d7d888788f5102487bbff54a6174fdb (diff) | |
| download | openbsd-955d19a4816fb3b32a101d4d83d85a802005bede.tar.gz openbsd-955d19a4816fb3b32a101d4d83d85a802005bede.tar.bz2 openbsd-955d19a4816fb3b32a101d4d83d85a802005bede.zip | |
new manual page PEM_write_bio_ASN1_stream(3);
certainly not perfect, but arguably better than the even terser
PEM_write_bio_CMS_stream(3) and PEM_write_bio_PKCS7_stream(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 88610412cc..131b8eea1d 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.225 2021/12/13 17:24:39 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.226 2021/12/13 18:55:22 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -228,6 +228,7 @@ MAN= \ | |||
| 228 | PEM_bytes_read_bio.3 \ | 228 | PEM_bytes_read_bio.3 \ |
| 229 | PEM_read.3 \ | 229 | PEM_read.3 \ |
| 230 | PEM_read_bio_PrivateKey.3 \ | 230 | PEM_read_bio_PrivateKey.3 \ |
| 231 | PEM_write_bio_ASN1_stream.3 \ | ||
| 231 | PEM_write_bio_CMS_stream.3 \ | 232 | PEM_write_bio_CMS_stream.3 \ |
| 232 | PEM_write_bio_PKCS7_stream.3 \ | 233 | PEM_write_bio_PKCS7_stream.3 \ |
| 233 | PKCS12_SAFEBAG_new.3 \ | 234 | PKCS12_SAFEBAG_new.3 \ |
