diff options
author | miod <> | 2014-07-12 20:56:21 +0000 |
---|---|---|
committer | miod <> | 2014-07-12 20:56:21 +0000 |
commit | 401d209b7bfa5cc946bfdcd2f24287ec1f34f117 (patch) | |
tree | 8f04c071465d2b1315c31557087eb4093157d596 /src/lib | |
parent | d16bf4e61c4b35e5833a233478230ed26b244a8a (diff) | |
download | openbsd-401d209b7bfa5cc946bfdcd2f24287ec1f34f117.tar.gz openbsd-401d209b7bfa5cc946bfdcd2f24287ec1f34f117.tar.bz2 openbsd-401d209b7bfa5cc946bfdcd2f24287ec1f34f117.zip |
more MLINKS
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 57 |
1 files changed, 56 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 7d6283fbc3..b5fe979091 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.11 2014/07/12 15:53:34 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.12 2014/07/12 20:56:21 miod Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> # for NOMAN | 3 | .include <bsd.own.mk> # for NOMAN |
4 | 4 | ||
@@ -224,6 +224,7 @@ MLINKS+=\ | |||
224 | ASN1_STRING_length.3 ASN1_STRING_cmp.3 \ | 224 | ASN1_STRING_length.3 ASN1_STRING_cmp.3 \ |
225 | ASN1_STRING_length.3 ASN1_STRING_data.3 \ | 225 | ASN1_STRING_length.3 ASN1_STRING_data.3 \ |
226 | ASN1_STRING_length.3 ASN1_STRING_dup.3 \ | 226 | ASN1_STRING_length.3 ASN1_STRING_dup.3 \ |
227 | ASN1_STRING_length.3 ASN1_STRING_length_set.3 \ | ||
227 | ASN1_STRING_length.3 ASN1_STRING_set.3 \ | 228 | ASN1_STRING_length.3 ASN1_STRING_set.3 \ |
228 | ASN1_STRING_length.3 ASN1_STRING_to_UTF8.3 \ | 229 | ASN1_STRING_length.3 ASN1_STRING_to_UTF8.3 \ |
229 | ASN1_STRING_length.3 ASN1_STRING_type.3 \ | 230 | ASN1_STRING_length.3 ASN1_STRING_type.3 \ |
@@ -254,6 +255,7 @@ MLINKS+=\ | |||
254 | BIO_ctrl.3 BIO_set_close.3 \ | 255 | BIO_ctrl.3 BIO_set_close.3 \ |
255 | BIO_ctrl.3 BIO_set_info_callback.3 \ | 256 | BIO_ctrl.3 BIO_set_info_callback.3 \ |
256 | BIO_ctrl.3 BIO_tell.3 \ | 257 | BIO_ctrl.3 BIO_tell.3 \ |
258 | BIO_ctrl.3 BIO_wpending.3 \ | ||
257 | BIO_f_buffer.3 BIO_get_buffer_num_lines.3 \ | 259 | BIO_f_buffer.3 BIO_get_buffer_num_lines.3 \ |
258 | BIO_f_buffer.3 BIO_set_buffer_read_data.3 \ | 260 | BIO_f_buffer.3 BIO_set_buffer_read_data.3 \ |
259 | BIO_f_buffer.3 BIO_set_buffer_size.3 \ | 261 | BIO_f_buffer.3 BIO_set_buffer_size.3 \ |
@@ -352,9 +354,13 @@ MLINKS+=\ | |||
352 | BN_add.3 BN_exp.3 \ | 354 | BN_add.3 BN_exp.3 \ |
353 | BN_add.3 BN_gcd.3 \ | 355 | BN_add.3 BN_gcd.3 \ |
354 | BN_add.3 BN_mod.3 \ | 356 | BN_add.3 BN_mod.3 \ |
357 | BN_add.3 BN_mod_add.3 \ | ||
355 | BN_add.3 BN_mod_exp.3 \ | 358 | BN_add.3 BN_mod_exp.3 \ |
356 | BN_add.3 BN_mod_mul.3 \ | 359 | BN_add.3 BN_mod_mul.3 \ |
360 | BN_add.3 BN_mod_sqr.3 \ | ||
361 | BN_add.3 BN_mod_sub.3 \ | ||
357 | BN_add.3 BN_mul.3 \ | 362 | BN_add.3 BN_mul.3 \ |
363 | BN_add.3 BN_nnmod.3 \ | ||
358 | BN_add.3 BN_sqr.3 \ | 364 | BN_add.3 BN_sqr.3 \ |
359 | BN_add.3 BN_sub.3 \ | 365 | BN_add.3 BN_sub.3 \ |
360 | BN_add_word.3 BN_div_word.3 \ | 366 | BN_add_word.3 BN_div_word.3 \ |
@@ -422,6 +428,12 @@ MLINKS+=\ | |||
422 | CONF_modules_free.3 CONF_modules_unload.3 \ | 428 | CONF_modules_free.3 CONF_modules_unload.3 \ |
423 | CONF_modules_load_file.3 CONF_modules_load.3 \ | 429 | CONF_modules_load_file.3 CONF_modules_load.3 \ |
424 | CRYPTO_set_ex_data.3 CRYPTO_get_ex_data.3 \ | 430 | CRYPTO_set_ex_data.3 CRYPTO_get_ex_data.3 \ |
431 | CRYPTO_set_locking_callback.3 CRYPTO_THREADID_cmp.3 \ | ||
432 | CRYPTO_set_locking_callback.3 CRYPTO_THREADID_cpy.3 \ | ||
433 | CRYPTO_set_locking_callback.3 CRYPTO_THREADID_current.3 \ | ||
434 | CRYPTO_set_locking_callback.3 CRYPTO_THREADID_get_callback.3 \ | ||
435 | CRYPTO_set_locking_callback.3 CRYPTO_THREADID_hash.3 \ | ||
436 | CRYPTO_set_locking_callback.3 CRYPTO_THREADID_set_callback.3 \ | ||
425 | CRYPTO_set_locking_callback.3 CRYPTO_add.3 \ | 437 | CRYPTO_set_locking_callback.3 CRYPTO_add.3 \ |
426 | CRYPTO_set_locking_callback.3 CRYPTO_add_lock.3 \ | 438 | CRYPTO_set_locking_callback.3 CRYPTO_add_lock.3 \ |
427 | CRYPTO_set_locking_callback.3 CRYPTO_destroy_dynlockid.3 \ | 439 | CRYPTO_set_locking_callback.3 CRYPTO_destroy_dynlockid.3 \ |
@@ -436,6 +448,37 @@ MLINKS+=\ | |||
436 | CRYPTO_set_locking_callback.3 CRYPTO_set_id_callback.3 \ | 448 | CRYPTO_set_locking_callback.3 CRYPTO_set_id_callback.3 \ |
437 | CRYPTO_set_locking_callback.3 CRYPTO_w_lock.3 \ | 449 | CRYPTO_set_locking_callback.3 CRYPTO_w_lock.3 \ |
438 | CRYPTO_set_locking_callback.3 CRYPTO_w_unlock.3 \ | 450 | CRYPTO_set_locking_callback.3 CRYPTO_w_unlock.3 \ |
451 | DES_set_key.3 DES_cbc_cksum.3 \ | ||
452 | DES_set_key.3 DES_cfb64_encrypt.3 \ | ||
453 | DES_set_key.3 DES_cfb_encrypt.3 \ | ||
454 | DES_set_key.3 DES_crypt.3 \ | ||
455 | DES_set_key.3 DES_ecb2_encrypt.3 \ | ||
456 | DES_set_key.3 DES_ecb3_encrypt.3 \ | ||
457 | DES_set_key.3 DES_ecb_encrypt.3 \ | ||
458 | DES_set_key.3 DES_ede2_cbc_encrypt.3 \ | ||
459 | DES_set_key.3 DES_ede2_cfb64_encrypt.3 \ | ||
460 | DES_set_key.3 DES_ede2_ofb64_encrypt.3 \ | ||
461 | DES_set_key.3 DES_ede3_cbc_encrypt.3 \ | ||
462 | DES_set_key.3 DES_ede3_cbcm_encrypt.3 \ | ||
463 | DES_set_key.3 DES_ede3_cfb64_encrypt.3 \ | ||
464 | DES_set_key.3 DES_ede3_ofb64_encrypt.3 \ | ||
465 | DES_set_key.3 DES_enc_read.3 \ | ||
466 | DES_set_key.3 DES_enc_write.3 \ | ||
467 | DES_set_key.3 DES_fcrypt.3 \ | ||
468 | DES_set_key.3 DES_is_weak_key.3 \ | ||
469 | DES_set_key.3 DES_key_sched.3 \ | ||
470 | DES_set_key.3 DES_ncbc_encrypt.3 \ | ||
471 | DES_set_key.3 DES_ofb64_encrypt.3 \ | ||
472 | DES_set_key.3 DES_ofb_encrypt.3 \ | ||
473 | DES_set_key.3 DES_pcbc_encrypt.3 \ | ||
474 | DES_set_key.3 DES_quad_cksum.3 \ | ||
475 | DES_set_key.3 DES_random_key.3 \ | ||
476 | DES_set_key.3 DES_set_key_checked.3 \ | ||
477 | DES_set_key.3 DES_set_key_unchecked.3 \ | ||
478 | DES_set_key.3 DES_set_odd_parity.3 \ | ||
479 | DES_set_key.3 DES_string_to_2keys.3 \ | ||
480 | DES_set_key.3 DES_string_to_key.3 \ | ||
481 | DES_set_key.3 DES_xcbc_encrypt.3 \ | ||
439 | DH_generate_key.3 DH_compute_key.3 \ | 482 | DH_generate_key.3 DH_compute_key.3 \ |
440 | DH_generate_parameters.3 DH_check.3 \ | 483 | DH_generate_parameters.3 DH_check.3 \ |
441 | DH_generate_parameters.3 DH_generate_parameters_ex.3 \ | 484 | DH_generate_parameters.3 DH_generate_parameters_ex.3 \ |
@@ -448,7 +491,11 @@ MLINKS+=\ | |||
448 | DH_set_method.3 DH_new_method.3 \ | 491 | DH_set_method.3 DH_new_method.3 \ |
449 | DH_set_method.3 DH_set_default_method.3 \ | 492 | DH_set_method.3 DH_set_default_method.3 \ |
450 | DH_set_method.3 DH_set_default_openssl_method.3 \ | 493 | DH_set_method.3 DH_set_default_openssl_method.3 \ |
494 | DSA_SIG_new.3 DSA_SIG_free.3 \ | ||
495 | DSA_do_sign.3 DSA_do_verify.3 \ | ||
451 | DSA_generate_parameters.3 DSA_generate_parameters_ex.3 \ | 496 | DSA_generate_parameters.3 DSA_generate_parameters_ex.3 \ |
497 | DSA_get_ex_new_index.3 DSA_get_ex_data.3 \ | ||
498 | DSA_get_ex_new_index.3 DSA_set_ex_data.3 \ | ||
452 | DSA_new.3 DSA_free.3 \ | 499 | DSA_new.3 DSA_free.3 \ |
453 | DSA_set_method.3 DSA_OpenSSL.3 \ | 500 | DSA_set_method.3 DSA_OpenSSL.3 \ |
454 | DSA_set_method.3 DSA_get_default_method.3 \ | 501 | DSA_set_method.3 DSA_get_default_method.3 \ |
@@ -564,7 +611,11 @@ MLINKS+=\ | |||
564 | ERR_get_error.3 ERR_peek_error.3 \ | 611 | ERR_get_error.3 ERR_peek_error.3 \ |
565 | ERR_get_error.3 ERR_peek_error_line.3 \ | 612 | ERR_get_error.3 ERR_peek_error_line.3 \ |
566 | ERR_get_error.3 ERR_peek_error_line_data.3 \ | 613 | ERR_get_error.3 ERR_peek_error_line_data.3 \ |
614 | ERR_get_error.3 ERR_peek_last_error.3 \ | ||
615 | ERR_get_error.3 ERR_peek_last_error_line.3 \ | ||
616 | ERR_get_error.3 ERR_peek_last_error_line_data.3 \ | ||
567 | ERR_load_crypto_strings.3 ERR_free_strings.3 \ | 617 | ERR_load_crypto_strings.3 ERR_free_strings.3 \ |
618 | ERR_load_crypto_strings.3 SSL_load_error_strings.3 \ | ||
568 | ERR_load_strings.3 ERR_PACK.3 \ | 619 | ERR_load_strings.3 ERR_PACK.3 \ |
569 | ERR_load_strings.3 ERR_get_next_error_library.3 \ | 620 | ERR_load_strings.3 ERR_get_next_error_library.3 \ |
570 | ERR_print_errors.3 ERR_print_errors_fp.3 \ | 621 | ERR_print_errors.3 ERR_print_errors_fp.3 \ |
@@ -703,6 +754,7 @@ MLINKS+=\ | |||
703 | EVP_PKEY_keygen.3 EVP_PKEY_CTX_get_keygen_info.3 \ | 754 | EVP_PKEY_keygen.3 EVP_PKEY_CTX_get_keygen_info.3 \ |
704 | EVP_PKEY_keygen.3 EVP_PKEY_CTX_set_app_data.3 \ | 755 | EVP_PKEY_keygen.3 EVP_PKEY_CTX_set_app_data.3 \ |
705 | EVP_PKEY_keygen.3 EVP_PKEY_CTX_get_app_data.3 \ | 756 | EVP_PKEY_keygen.3 EVP_PKEY_CTX_get_app_data.3 \ |
757 | EVP_PKEY_new.3 EVP_PKEY_free.3 \ | ||
706 | EVP_PKEY_print_private.3 EVP_PKEY_print_public.3 \ | 758 | EVP_PKEY_print_private.3 EVP_PKEY_print_public.3 \ |
707 | EVP_PKEY_print_private.3 EVP_PKEY_print_params.3 \ | 759 | EVP_PKEY_print_private.3 EVP_PKEY_print_params.3 \ |
708 | EVP_PKEY_sign.3 EVP_PKEY_sign_init.3 \ | 760 | EVP_PKEY_sign.3 EVP_PKEY_sign_init.3 \ |
@@ -720,6 +772,9 @@ MLINKS+=\ | |||
720 | EVP_PKEY_set1_RSA.3 EVP_PKEY_set1_DSA.3 \ | 772 | EVP_PKEY_set1_RSA.3 EVP_PKEY_set1_DSA.3 \ |
721 | EVP_PKEY_set1_RSA.3 EVP_PKEY_set1_EC_KEY.3 \ | 773 | EVP_PKEY_set1_RSA.3 EVP_PKEY_set1_EC_KEY.3 \ |
722 | EVP_PKEY_set1_RSA.3 EVP_PKEY_type.3 \ | 774 | EVP_PKEY_set1_RSA.3 EVP_PKEY_type.3 \ |
775 | EVP_PKEY_sign.3 EVP_PKEY_sign_init.3 \ | ||
776 | EVP_PKEY_verify.3 EVP_PKEY_verify_init.3 \ | ||
777 | EVP_PKEY_verify_recover.3 EVP_PKEY_verify_recover_init.3 \ | ||
723 | EVP_SealInit.3 EVP_SealFinal.3 \ | 778 | EVP_SealInit.3 EVP_SealFinal.3 \ |
724 | EVP_SealInit.3 EVP_SealUpdate.3 \ | 779 | EVP_SealInit.3 EVP_SealUpdate.3 \ |
725 | EVP_SignInit.3 EVP_PKEY_size.3 \ | 780 | EVP_SignInit.3 EVP_PKEY_size.3 \ |