diff options
| author | schwarze <> | 2015-11-11 18:36:48 +0000 |
|---|---|---|
| committer | schwarze <> | 2015-11-11 18:36:48 +0000 |
| commit | 010da91741722964cdcf5787d97f6abffb58aabc (patch) | |
| tree | 80b2aab86130838808328db62934a4188f195886 /src/lib/libcrypto/man/Makefile | |
| parent | 8e64eed6d0727411f81f4ee68efcf0b0269ad2dd (diff) | |
| download | openbsd-010da91741722964cdcf5787d97f6abffb58aabc.tar.gz openbsd-010da91741722964cdcf5787d97f6abffb58aabc.tar.bz2 openbsd-010da91741722964cdcf5787d97f6abffb58aabc.zip | |
Convert and enable CMS manuals.
Already some time ago, bcook@ said these can be installed.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
| -rw-r--r-- | src/lib/libcrypto/man/Makefile | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index d896f436bc..2c5ffbb8e4 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.25 2015/10/14 07:41:28 reyk Exp $ | 1 | # $OpenBSD: Makefile,v 1.26 2015/11/11 18:36:48 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> # for NOMAN | 3 | .include <bsd.own.mk> # for NOMAN |
| 4 | 4 | ||
| @@ -21,6 +21,7 @@ MAN= \ | |||
| 21 | BIO_f_null.3 \ | 21 | BIO_f_null.3 \ |
| 22 | BIO_find_type.3 \ | 22 | BIO_find_type.3 \ |
| 23 | BIO_new.3 \ | 23 | BIO_new.3 \ |
| 24 | BIO_new_CMS.3 \ | ||
| 24 | BIO_push.3 \ | 25 | BIO_push.3 \ |
| 25 | BIO_read.3 \ | 26 | BIO_read.3 \ |
| 26 | BIO_s_accept.3 \ | 27 | BIO_s_accept.3 \ |
| @@ -52,6 +53,22 @@ MAN= \ | |||
| 52 | BN_swap.3 \ | 53 | BN_swap.3 \ |
| 53 | BN_zero.3 \ | 54 | BN_zero.3 \ |
| 54 | BUF_MEM_new.3 \ | 55 | BUF_MEM_new.3 \ |
| 56 | CMS_add0_cert.3 \ | ||
| 57 | CMS_add1_recipient_cert.3 \ | ||
| 58 | CMS_add1_signer.3 \ | ||
| 59 | CMS_compress.3 \ | ||
| 60 | CMS_decrypt.3 \ | ||
| 61 | CMS_encrypt.3 \ | ||
| 62 | CMS_final.3 \ | ||
| 63 | CMS_get0_RecipientInfos.3 \ | ||
| 64 | CMS_get0_SignerInfos.3 \ | ||
| 65 | CMS_get0_type.3 \ | ||
| 66 | CMS_get1_ReceiptRequest.3 \ | ||
| 67 | CMS_sign.3 \ | ||
| 68 | CMS_sign_receipt.3 \ | ||
| 69 | CMS_uncompress.3 \ | ||
| 70 | CMS_verify.3 \ | ||
| 71 | CMS_verify_receipt.3 \ | ||
| 55 | EVP_AEAD_CTX_init.3 \ | 72 | EVP_AEAD_CTX_init.3 \ |
| 56 | 73 | ||
| 57 | GENMAN= \ | 74 | GENMAN= \ |
| @@ -200,24 +217,7 @@ GENMAN= \ | |||
| 200 | 217 | ||
| 201 | MAN+= ${GENMAN} | 218 | MAN+= ${GENMAN} |
| 202 | 219 | ||
| 203 | #MAN+= BIO_new_CMS.3 \ | 220 | #MAM+= PEM_write_bio_CMS_stream.3 \ |
| 204 | # CMS_add0_cert.3 \ | ||
| 205 | # CMS_add1_recipient_cert.3 \ | ||
| 206 | # CMS_compress.3 \ | ||
| 207 | # CMS_decrypt.3 \ | ||
| 208 | # CMS_encrypt.3 \ | ||
| 209 | # CMS_final.3 \ | ||
| 210 | # CMS_get0_RecipientInfos.3 \ | ||
| 211 | # CMS_get0_SignerInfos.3 \ | ||
| 212 | # CMS_get0_type.3 \ | ||
| 213 | # CMS_get1_ReceiptRequest.3 \ | ||
| 214 | # CMS_sign.3 \ | ||
| 215 | # CMS_sign_add1_signer.3 \ | ||
| 216 | # CMS_sign_receipt.3 \ | ||
| 217 | # CMS_uncompress.3 \ | ||
| 218 | # CMS_verify.3 \ | ||
| 219 | # CMS_verify_receipt.3 \ | ||
| 220 | # PEM_write_bio_CMS_stream.3 \ | ||
| 221 | # SMIME_read_CMS.3 \ | 221 | # SMIME_read_CMS.3 \ |
| 222 | # SMIME_write_CMS.3 \ | 222 | # SMIME_write_CMS.3 \ |
| 223 | # i2d_CMS_bio_stream.3 \ | 223 | # i2d_CMS_bio_stream.3 \ |
