diff options
author | schwarze <> | 2015-11-21 14:20:07 +0000 |
---|---|---|
committer | schwarze <> | 2015-11-21 14:20:07 +0000 |
commit | 0de204684b658a1363efbf53e825e981c7bfb487 (patch) | |
tree | 8d2d5e2249a614be58f780d47662f7167aeeccdf | |
parent | 29f6b9e5741fb5f8c4b28300d3cc603c07d2ef35 (diff) | |
download | openbsd-0de204684b658a1363efbf53e825e981c7bfb487.tar.gz openbsd-0de204684b658a1363efbf53e825e981c7bfb487.tar.bz2 openbsd-0de204684b658a1363efbf53e825e981c7bfb487.zip |
Partial revert of revision 1.26:
Do *not* install the CMS_* manuals for now given that the code is
currently disabled. Cluestick applied by jsing@.
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 86c5de26f8..35dad94ab8 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.29 2015/11/12 00:55:49 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.30 2015/11/21 14:20:07 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> # for NOMAN | 3 | .include <bsd.own.mk> # for NOMAN |
4 | 4 | ||
@@ -53,22 +53,6 @@ MAN= \ | |||
53 | BN_swap.3 \ | 53 | BN_swap.3 \ |
54 | BN_zero.3 \ | 54 | BN_zero.3 \ |
55 | 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 \ | ||
72 | CONF_modules_free.3 \ | 56 | CONF_modules_free.3 \ |
73 | CONF_modules_load_file.3 \ | 57 | CONF_modules_load_file.3 \ |
74 | CRYPTO_set_ex_data.3 \ | 58 | CRYPTO_set_ex_data.3 \ |
@@ -217,7 +201,23 @@ GENMAN= \ | |||
217 | 201 | ||
218 | MAN+= ${GENMAN} | 202 | MAN+= ${GENMAN} |
219 | 203 | ||
220 | #MAM+= PEM_write_bio_CMS_stream.3 \ | 204 | #MAN+= CMS_add0_cert.3 \ |
205 | # CMS_add1_recipient_cert.3 \ | ||
206 | # CMS_add1_signer.3 \ | ||
207 | # CMS_compress.3 \ | ||
208 | # CMS_decrypt.3 \ | ||
209 | # CMS_encrypt.3 \ | ||
210 | # CMS_final.3 \ | ||
211 | # CMS_get0_RecipientInfos.3 \ | ||
212 | # CMS_get0_SignerInfos.3 \ | ||
213 | # CMS_get0_type.3 \ | ||
214 | # CMS_get1_ReceiptRequest.3 \ | ||
215 | # CMS_sign.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 \ |