diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index e74a6d56bf..1dfcf8700d 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.33 2016/09/03 12:42:47 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.34 2016/09/05 10:43:42 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> # for NOMAN | 3 | .include <bsd.own.mk> # for NOMAN |
4 | 4 | ||
@@ -21,7 +21,6 @@ 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 \ | ||
25 | BIO_push.3 \ | 24 | BIO_push.3 \ |
26 | BIO_read.3 \ | 25 | BIO_read.3 \ |
27 | BIO_s_accept.3 \ | 26 | BIO_s_accept.3 \ |
@@ -201,27 +200,6 @@ GENMAN= \ | |||
201 | 200 | ||
202 | MAN+= ${GENMAN} | 201 | MAN+= ${GENMAN} |
203 | 202 | ||
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 \ | ||
222 | # SMIME_write_CMS.3 \ | ||
223 | # i2d_CMS_bio_stream.3 \ | ||
224 | |||
225 | .include <bsd.man.mk> | 203 | .include <bsd.man.mk> |
226 | .else | 204 | .else |
227 | maninstall: | 205 | maninstall: |