diff options
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 9f3d448432..aea939dc2b 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.307 2025/03/08 17:12:55 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.312 2025/07/17 10:31:50 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -133,12 +133,16 @@ MAN= \ | |||
133 | DSA_size.3 \ | 133 | DSA_size.3 \ |
134 | ECDH_compute_key.3 \ | 134 | ECDH_compute_key.3 \ |
135 | ECDSA_SIG_new.3 \ | 135 | ECDSA_SIG_new.3 \ |
136 | EC_GROUP_copy.3 \ | 136 | EC_GROUP_check.3 \ |
137 | EC_GROUP_new.3 \ | 137 | EC_GROUP_get_curve_name.3 \ |
138 | EC_GROUP_new_by_curve_name.3 \ | ||
139 | EC_GROUP_new_curve_GFp.3 \ | ||
138 | EC_KEY_METHOD_new.3 \ | 140 | EC_KEY_METHOD_new.3 \ |
139 | EC_KEY_new.3 \ | 141 | EC_KEY_new.3 \ |
140 | EC_POINT_add.3 \ | 142 | EC_POINT_add.3 \ |
143 | EC_POINT_get_affine_coordinates.3 \ | ||
141 | EC_POINT_new.3 \ | 144 | EC_POINT_new.3 \ |
145 | EC_POINT_point2oct.3 \ | ||
142 | ENGINE_new.3 \ | 146 | ENGINE_new.3 \ |
143 | ERR.3 \ | 147 | ERR.3 \ |
144 | ERR_GET_LIB.3 \ | 148 | ERR_GET_LIB.3 \ |
@@ -212,7 +216,6 @@ MAN= \ | |||
212 | IPAddressRange_new.3 \ | 216 | IPAddressRange_new.3 \ |
213 | MD5.3 \ | 217 | MD5.3 \ |
214 | NAME_CONSTRAINTS_new.3 \ | 218 | NAME_CONSTRAINTS_new.3 \ |
215 | OBJ_NAME_add.3 \ | ||
216 | OBJ_create.3 \ | 219 | OBJ_create.3 \ |
217 | OBJ_find_sigid_algs.3 \ | 220 | OBJ_find_sigid_algs.3 \ |
218 | OBJ_nid2obj.3 \ | 221 | OBJ_nid2obj.3 \ |
@@ -228,12 +231,11 @@ MAN= \ | |||
228 | OPENSSL_cleanse.3 \ | 231 | OPENSSL_cleanse.3 \ |
229 | OPENSSL_config.3 \ | 232 | OPENSSL_config.3 \ |
230 | OPENSSL_init_crypto.3 \ | 233 | OPENSSL_init_crypto.3 \ |
231 | OPENSSL_load_builtin_modules.3 \ | ||
232 | OPENSSL_malloc.3 \ | 234 | OPENSSL_malloc.3 \ |
233 | OPENSSL_sk_new.3 \ | 235 | OPENSSL_sk_new.3 \ |
234 | OpenSSL_add_all_algorithms.3 \ | 236 | OpenSSL_add_all_algorithms.3 \ |
235 | PEM_ASN1_read.3 \ | 237 | PEM_ASN1_read.3 \ |
236 | PEM_X509_INFO_read.3 \ | 238 | PEM_X509_INFO_read_bio.3 \ |
237 | PEM_bytes_read_bio.3 \ | 239 | PEM_bytes_read_bio.3 \ |
238 | PEM_read.3 \ | 240 | PEM_read.3 \ |
239 | PEM_read_bio_PrivateKey.3 \ | 241 | PEM_read_bio_PrivateKey.3 \ |
@@ -289,11 +291,9 @@ MAN= \ | |||
289 | RSA_size.3 \ | 291 | RSA_size.3 \ |
290 | SHA1.3 \ | 292 | SHA1.3 \ |
291 | SMIME_crlf_copy.3 \ | 293 | SMIME_crlf_copy.3 \ |
292 | SMIME_read_ASN1.3 \ | ||
293 | SMIME_read_CMS.3 \ | 294 | SMIME_read_CMS.3 \ |
294 | SMIME_read_PKCS7.3 \ | 295 | SMIME_read_PKCS7.3 \ |
295 | SMIME_text.3 \ | 296 | SMIME_text.3 \ |
296 | SMIME_write_ASN1.3 \ | ||
297 | SMIME_write_CMS.3 \ | 297 | SMIME_write_CMS.3 \ |
298 | SMIME_write_PKCS7.3 \ | 298 | SMIME_write_PKCS7.3 \ |
299 | STACK_OF.3 \ | 299 | STACK_OF.3 \ |
@@ -326,7 +326,6 @@ MAN= \ | |||
326 | X509_NAME_new.3 \ | 326 | X509_NAME_new.3 \ |
327 | X509_NAME_print_ex.3 \ | 327 | X509_NAME_print_ex.3 \ |
328 | X509_OBJECT_get0_X509.3 \ | 328 | X509_OBJECT_get0_X509.3 \ |
329 | X509_PKEY_new.3 \ | ||
330 | X509_PUBKEY_new.3 \ | 329 | X509_PUBKEY_new.3 \ |
331 | X509_PURPOSE_set.3 \ | 330 | X509_PURPOSE_set.3 \ |
332 | X509_REQ_add1_attr.3 \ | 331 | X509_REQ_add1_attr.3 \ |