Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssl merge conflicts, regen man pages.



details:   https://anonhg.NetBSD.org/src/rev/b1573db063c9
branches:  trunk
changeset: 451877:b1573db063c9
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jun 09 18:44:29 2019 +0000

description:
merge conflicts, regen man pages.

diffstat:

 crypto/external/bsd/openssl/dist/CHANGES                                                 |    71 +
 crypto/external/bsd/openssl/dist/Configure                                               |  1461 +++++----
 crypto/external/bsd/openssl/dist/NEWS                                                    |     4 +
 crypto/external/bsd/openssl/dist/README                                                  |     4 +-
 crypto/external/bsd/openssl/dist/apps/ocsp.c                                             |    11 +-
 crypto/external/bsd/openssl/dist/apps/s_client.c                                         |     5 +-
 crypto/external/bsd/openssl/dist/apps/speed.c                                            |    83 +-
 crypto/external/bsd/openssl/dist/crypto/bn/asm/mips.pl                                   |     4 +-
 crypto/external/bsd/openssl/dist/crypto/bn/bn_lib.c                                      |     2 +
 crypto/external/bsd/openssl/dist/crypto/ec/ec2_smpl.c                                    |     3 +-
 crypto/external/bsd/openssl/dist/crypto/ec/ec_ameth.c                                    |     9 +-
 crypto/external/bsd/openssl/dist/crypto/ec/ec_lib.c                                      |     5 +-
 crypto/external/bsd/openssl/dist/crypto/ec/ecp_smpl.c                                    |     6 +-
 crypto/external/bsd/openssl/dist/crypto/evp/e_aes.c                                      |    16 +-
 crypto/external/bsd/openssl/dist/crypto/hmac/hmac.c                                      |     9 +-
 crypto/external/bsd/openssl/dist/crypto/ppccap.c                                         |     5 +-
 crypto/external/bsd/openssl/dist/crypto/rand/rand_unix.c                                 |    29 +-
 crypto/external/bsd/openssl/dist/crypto/rand/randfile.c                                  |     4 +-
 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_gen.c                                    |     5 +-
 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_oaep.c                                   |    48 +-
 crypto/external/bsd/openssl/dist/crypto/rsa/rsa_pk1.c                                    |    46 +-
 crypto/external/bsd/openssl/dist/e_os.h                                                  |    11 +-
 crypto/external/bsd/openssl/dist/engines/e_padlock.c                                     |     8 +-
 crypto/external/bsd/openssl/dist/include/internal/refcount.h                             |    16 +-
 crypto/external/bsd/openssl/dist/include/internal/tsan_assist.h                          |     2 +-
 crypto/external/bsd/openssl/dist/ssl/ssl_lib.c                                           |     7 +-
 crypto/external/bsd/openssl/dist/ssl/ssl_locl.h                                          |    13 +-
 crypto/external/bsd/openssl/dist/test/bntest.c                                           |   386 +-
 crypto/external/bsd/openssl/dist/test/ecdsatest.c                                        |   532 +--
 crypto/external/bsd/openssl/dist/test/ectest.c                                           |    72 +-
 crypto/external/bsd/openssl/dist/test/evp_extra_test.c                                   |    62 +
 crypto/external/bsd/openssl/dist/test/evp_test.c                                         |    29 +-
 crypto/external/bsd/openssl/dist/test/rsa_test.c                                         |    33 +-
 crypto/external/bsd/openssl/lib/libcrypto/man.inc                                        |     3 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ADMISSIONS.3                               |    82 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_INTEGER_get_int64.3                   |    72 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_ITEM_lookup.3                         |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_OBJECT_new.3                          |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_TABLE_add.3                    |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_length.3                       |    64 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_new.3                          |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_print_ex.3                     |    50 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_TIME_set.3                            |   150 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_TYPE_get.3                            |    58 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_generate_nconf.3                      |    56 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ASYNC_WAIT_CTX_new.3                       |    72 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ASYNC_start_job.3                          |    94 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BF_encrypt.3                               |    54 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ADDR.3                                 |    70 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ADDRINFO.3                             |    54 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_connect.3                              |    58 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ctrl.3                                 |    82 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_base64.3                             |    36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_buffer.3                             |    64 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_cipher.3                             |    58 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_md.3                                 |    80 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_null.3                               |    28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_ssl.3                                |   102 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_find_type.3                            |    42 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_get_data.3                             |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_get_ex_new_index.3                     |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_meth_new.3                             |    98 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new.3                                  |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new_CMS.3                              |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_parse_hostserv.3                       |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_printf.3                               |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_push.3                                 |    52 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_read.3                                 |    64 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_accept.3                             |    98 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_bio.3                                |   110 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_connect.3                            |   108 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_fd.3                                 |    72 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_file.3                               |   116 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_mem.3                                |    74 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_null.3                               |    28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_socket.3                             |    36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_set_callback.3                         |    50 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BIO_should_retry.3                         |    80 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_BLINDING_new.3                          |    74 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_CTX_new.3                               |    52 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_CTX_start.3                             |    51 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_add.3                                   |    72 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_add_word.3                              |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_bn2bin.3                                |    72 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_cmp.3                                   |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_copy.3                                  |    34 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_generate_prime.3                        |    74 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_inverse.3                           |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_mul_montgomery.3                    |    54 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_mul_reciprocal.3                    |    50 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_new.3                                   |    49 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_num_bytes.3                             |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_rand.3                                  |    63 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_security_bits.3                         |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_set_bit.3                               |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_swap.3                                  |    28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BN_zero.3                                  |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/BUF_MEM_new.3                              |    50 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add0_cert.3                            |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add1_recipient_cert.3                  |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add1_signer.3                          |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_compress.3                             |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_decrypt.3                              |    42 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_encrypt.3                              |    52 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_final.3                                |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_RecipientInfos.3                  |    80 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_SignerInfos.3                     |    56 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_type.3                            |    57 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get1_ReceiptRequest.3                  |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_sign.3                                 |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_sign_receipt.3                         |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_uncompress.3                           |    36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_verify.3                               |    42 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CMS_verify_receipt.3                       |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CONF_modules_free.3                        |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CONF_modules_load_file.3                   |    58 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CRYPTO_THREAD_run_once.3                   |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CRYPTO_get_ex_new_index.3                  |    74 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CTLOG_STORE_get0_log_by_id.3               |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CTLOG_STORE_new.3                          |    42 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CTLOG_new.3                                |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/CT_POLICY_EVAL_CTX_new.3                   |    42 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DEFINE_STACK_OF.3                          |   158 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DES_random_key.3                           |   152 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DH_generate_key.3                          |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DH_generate_parameters.3                   |    64 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DH_get0_pqg.3                              |    70 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DH_get_1024_160.3                          |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DH_meth_new.3                              |    86 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DH_new.3                                   |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DH_new_by_nid.3                            |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DH_set_method.3                            |    52 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DH_size.3                                  |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_SIG_new.3                              |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_do_sign.3                              |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_dup_DH.3                               |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_generate_key.3                         |    36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_generate_parameters.3                  |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_get0_pqg.3                             |    68 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_meth_new.3                             |   102 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_new.3                                  |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_set_method.3                           |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_sign.3                                 |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DSA_size.3                                 |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DTLS_get_data_mtu.3                        |    26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DTLS_set_timer_cb.3                        |    26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/DTLSv1_listen.3                            |    84 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ECDSA_SIG_new.3                            |   104 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ECPKParameters_print.3                     |    34 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EC_GFp_simple_method.3                     |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EC_GROUP_copy.3                            |    42 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EC_GROUP_new.3                             |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EC_KEY_get_enc_flags.3                     |    52 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EC_KEY_new.3                               |   122 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EC_POINT_add.3                             |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EC_POINT_new.3                             |   112 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ENGINE_add.3                               |   148 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_GET_LIB.3                              |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_clear_error.3                          |    30 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_error_string.3                         |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_get_error.3                            |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_load_crypto_strings.3                  |    42 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_load_strings.3                         |    36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_print_errors.3                         |    36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_put_error.3                            |    42 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_remove_state.3                         |    36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ERR_set_mark.3                             |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_BytesToKey.3                           |    36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER_CTX_get_cipher_data.3           |    36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_CIPHER_meth_new.3                      |    98 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestInit.3                           |   179 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestSignInit.3                       |    84 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestVerifyInit.3                     |    78 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_EncodeInit.3                           |    72 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_EncryptInit.3                          |   238 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_MD_meth_new.3                          |    94 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_OpenInit.3                             |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_ASN1_METHOD.3                     |   188 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3                        |   372 ++-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_new.3                         |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set1_pbe_pass.3               |    34 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set_hkdf_md.3                 |    52 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set_rsa_pss_keygen_md.3       |    52 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set_scrypt_N.3                |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_set_tls1_prf_md.3             |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_asn1_get_count.3                  |    64 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_cmp.3                             |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_decrypt.3                         |    50 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_derive.3                          |    50 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_encrypt.3                         |    56 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_get_default_digest_nid.3          |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_keygen.3                          |    74 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_meth_get_count.3                  |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_meth_new.3                        |   138 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_new.3                             |    73 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_print_private.3                   |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_set1_RSA.3                        |   120 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_sign.3                            |    58 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_verify.3                          |    50 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_verify_recover.3                  |    50 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SealInit.3                             |    54 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SignInit.3                             |    74 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_VerifyInit.3                           |    66 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_aes.3                                  |    61 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_aria.3                                 |    45 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_bf_cbc.3                               |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_blake2b512.3                           |    34 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_camellia.3                             |    41 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_cast5_cbc.3                            |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_chacha20.3                             |    52 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_des.3                                  |    69 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_desx_cbc.3                             |    34 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_idea_cbc.3                             |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_md2.3                                  |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_md4.3                                  |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_md5.3                                  |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_mdc2.3                                 |    34 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_rc2_cbc.3                              |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_rc4.3                                  |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_rc5_32_12_16_cbc.3                     |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_ripemd160.3                            |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_seed_cbc.3                             |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sha1.3                                 |    34 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sha224.3                               |    34 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sha3_224.3                             |    36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sm3.3                                  |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_sm4_cbc.3                              |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/EVP_whirlpool.3                            |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/Ed25519.7                                  |    52 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/HMAC.3                                     |    86 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/MD5.3                                      |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/MDC2_Init.3                                |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OBJ_nid2obj.3                              |    84 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_REQUEST_new.3                         |    62 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_cert_to_id.3                          |    66 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_request_add1_nonce.3                  |    54 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_resp_find_status.3                    |    96 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_response_status.3                     |    80 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OCSP_sendreq_new.3                         |    80 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_Applink.3                          |    24 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_LH_COMPFUNC.3                      |    78 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_LH_stats.3                         |    36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3                   |    43 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_config.3                           |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_fork_prepare.3                     |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_ia32cap.3                          |    26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_init_crypto.3                      |   159 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_init_ssl.3                         |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_instrument_bus.3                   |    28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_load_builtin_modules.3             |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_malloc.3                           |   130 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_secure_malloc.3                    |    88 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_INFO.3                          |   102 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_LOADER.3                        |    92 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_SEARCH.3                        |   110 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_expect.3                        |    52 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OSSL_STORE_open.3                          |    92 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/OpenSSL_add_all_algorithms.3               |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_bytes_read_bio.3                       |    50 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_read.3                                 |    76 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_read_CMS.3                             |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_read_bio_PrivateKey.3                  |   254 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_read_bio_ex.3                          |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_write_bio_CMS_stream.3                 |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3               |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_create.3                            |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_newpass.3                           |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_parse.3                             |    41 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS5_PBKDF2_HMAC.3                        |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_decrypt.3                            |    36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_encrypt.3                            |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_sign.3                               |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_sign_add_signer.3                    |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_verify.3                             |    42 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RAND.7                                     |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_DRBG.7                                |    90 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_DRBG_generate.3                       |    50 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_DRBG_get0_master.3                    |    54 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_DRBG_new.3                            |    64 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_DRBG_reseed.3                         |    63 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_DRBG_set_callbacks.3                  |    50 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_DRBG_set_ex_data.3                    |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_add.3                                 |    70 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_bytes.3                               |    62 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_cleanup.3                             |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_egd.3                                 |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_load_file.3                           |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RAND_set_rand_method.3                     |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RC4_set_key.3                              |    36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RIPEMD160_Init.3                           |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA-PSS.7                                  |    36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_blinding_on.3                          |    34 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_check_key.3                            |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_generate_key.3                         |    56 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_get0_key.3                             |    99 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_meth_new.3                             |   112 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_new.3                                  |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3             |   105 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_print.3                                |    26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_private_encrypt.3                      |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_public_encrypt.3                       |    76 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_set_method.3                           |    70 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_sign.3                                 |    42 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3               |    42 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/RSA_size.3                                 |    42 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SCT_new.3                                  |    62 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SCT_print.3                                |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SCT_validate.3                             |    42 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SHA256_Init.3                              |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SM2.7                                      |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_read_CMS.3                           |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_read_PKCS7.3                         |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_write_CMS.3                          |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_write_PKCS7.3                        |    42 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CIPHER_get_name.3                      |   115 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_COMP_add_compression_method.3          |    53 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_CTX_new.3                         |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_CTX_set1_prefix.3                 |    42 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_CTX_set_flags.3                   |    50 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_CTX_set_ssl_ctx.3                 |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_cmd.3                             |   123 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CONF_cmd_argv.3                        |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add1_chain_cert.3                  |    68 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add_extra_chain_cert.3             |    64 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add_session.3                      |    42 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_config.3                           |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_ctrl.3                             |    30 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_dane_enable.3                      |   128 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_flush_sessions.3                   |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_free.3                             |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_get0_param.3                       |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_get_verify_mode.3                  |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_has_client_custom_ext.3            |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_load_verify_locations.3            |    88 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_new.3                              |    88 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_number.3                      |    58 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_set_cache_size.3              |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_set_get_cb.3                  |    74 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sessions.3                         |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set0_CA_list.3                     |   191 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set1_curves.3                      |    57 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set1_sigalgs.3                     |    50 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set1_verify_cert_store.3           |    62 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_alpn_select_cb.3               |    54 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_cb.3                      |    54 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_store.3                   |    66 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_verify_callback.3         |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cipher_list.3                  |    56 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_client_cert_cb.3               |    60 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_client_hello_cb.3              |    74 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_ct_validation_callback.3       |    64 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_ctlog_list_file.3              |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_default_passwd_cb.3            |    54 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_ex_data.3                      |    42 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_generate_session_id.3          |    54 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_info_callback.3                |    74 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_keylog_callback.3              |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_max_cert_list.3                |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_min_proto_version.3            |    34 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_mode.3                         |    80 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_msg_callback.3                 |    45 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_num_tickets.3                  |    52 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_options.3                      |    84 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_psk_client_callback.3          |    60 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_quiet_shutdown.3               |    60 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_read_ahead.3                   |    56 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_record_padding_callback.3      |    54 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_security_level.3               |    50 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_cache_mode.3           |    60 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_id_context.3           |    36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_ticket_cb.3            |    64 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_split_send_fragment.3          |    82 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_ssl_version.3                  |    54 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_stateless_cookie_generate_cb.3 |    36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_timeout.3                      |    50 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tlsext_servername_callback.3   |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tlsext_status_cb.3             |    86 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tlsext_ticket_key_cb.3         |    56 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tlsext_use_srtp.3              |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tmp_dh_callback.3              |    60 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_verify.3                       |    88 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_certificate.3                  |   120 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_psk_identity_hint.3            |    56 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_serverinfo.3                   |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_free.3                         |    52 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get0_cipher.3                  |    52 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get0_hostname.3                |    50 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get0_id_context.3              |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get0_peer.3                    |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_compress_id.3              |    30 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_ex_data.3                  |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_protocol_version.3         |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_time.3                     |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_has_ticket.3                   |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_is_resumable.3                 |    36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_print.3                        |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_set1_id.3                      |    36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_accept.3                               |    56 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_alert_type_string.3                    |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_alloc_buffers.3                        |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_check_chain.3                          |    34 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_clear.3                                |    54 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_connect.3                              |    58 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_do_handshake.3                         |    56 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_export_keying_material.3               |    41 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_extension_supported.3                  |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_free.3                                 |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get0_peer_scts.3                       |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_SSL_CTX.3                          |    30 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_all_async_fds.3                    |    50 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_ciphers.3                          |    62 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_client_random.3                    |    56 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_current_cipher.3                   |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_default_timeout.3                  |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_error.3                            |   109 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_extms_support.3                    |    30 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_fd.3                               |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_cert_chain.3                  |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_certificate.3                 |    36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_signature_nid.3               |    42 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_tmp_key.3                     |   188 +
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_psk_identity.3                     |    34 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_rbio.3                             |    28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_session.3                          |    56 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_shared_sigalgs.3                   |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_verify_result.3                    |    42 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_version.3                          |    42 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_in_init.3                              |    50 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_key_update.3                           |    70 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_library_init.3                         |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_load_client_CA_file.3                  |    54 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_new.3                                  |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_pending.3                              |    56 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_read.3                                 |    82 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_read_early_data.3                      |   192 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_rstate_string.3                        |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_session_reused.3                       |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set1_host.3                            |    70 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_bio.3                              |    54 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_connect_state.3                    |    66 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_fd.3                               |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_session.3                          |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_shutdown.3                         |    58 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_verify_result.3                    |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_shutdown.3                             |   164 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_state_string.3                         |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_want.3                                 |    67 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/SSL_write.3                                |    76 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/UI_STRING.3                                |    86 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/UI_UTIL_read_pw.3                          |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/UI_create_method.3                         |    93 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/UI_new.3                                   |   133 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X25519.7                                   |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509V3_get_d2i.3                           |   100 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_ALGOR_dup.3                           |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_CRL_get0_by_serial.3                  |    90 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_EXTENSION_set_object.3                |    56 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_LOOKUP_hash_dir.3                     |    52 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_LOOKUP_meth_new.3                     |    80 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3               |    65 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3               |    58 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_get0_der.3                       |    30 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_get_index_by_NID.3               |    70 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_print_ex.3                       |    52 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_PUBKEY_new.3                          |    68 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_SIG_get0.3                            |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_get_error.3                 |    70 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_new.3                       |   100 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3             |    65 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_add_cert.3                      |    64 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_get0_param.3                    |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_new.3                           |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3            |   115 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3              |   134 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_check_ca.3                            |    30 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_check_host.3                          |    58 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_check_issued.3                        |    30 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_check_private_key.3                   |    34 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_cmp_time.3                            |    42 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_digest.3                              |    30 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_dup.3                                 |    42 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get0_notBefore.3                      |    78 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get0_signature.3                      |    96 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get0_uids.3                           |    62 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_extension_flags.3                 |    74 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_pubkey.3                          |    74 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_serialNumber.3                    |    71 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_subject_name.3                    |    90 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_get_version.3                         |    72 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_new.3                                 |    78 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_sign.3                                |    82 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509_verify_cert.3                         |    34 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/X509v3_get_ext_by_NID.3                    |    74 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/bio.7                                      |    58 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/crypto.7                                   |    26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ct.7                                       |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_DHparams.3                             |    34 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_PKCS8PrivateKey_bio.3                  |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_PrivateKey.3                           |    62 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_SSL_SESSION.3                          |    36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509.3                                 |    98 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/des_modes.7                                |    42 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/evp.7                                      |    86 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/i2d_CMS_bio_stream.3                       |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/i2d_PKCS7_bio_stream.3                     |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/i2d_re_X509_tbs.3                          |    76 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/o2i_SCT_LIST.3                             |    30 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl.1                                  |   207 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_CA.pl.1                            |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_asn1parse.1                        |    30 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ca.1                               |    60 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ciphers.1                          |    40 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_cms.1                              |    62 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_config.5                           |    43 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_crl.1                              |    28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_crl2pkcs7.1                        |    26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dgst.1                             |    36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dhparam.1                          |    28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dsa.1                              |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dsaparam.1                         |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ec.1                               |    35 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ecparam.1                          |    28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_enc.1                              |    84 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_engine.1                           |    26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_errstr.1                           |    24 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_gendsa.1                           |    28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_genpkey.1                          |    44 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_genrsa.1                           |    28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_list.1                             |    28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_nseq.1                             |    24 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ocsp.1                             |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_passwd.1                           |    24 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkcs12.1                           |    39 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkcs7.1                            |    26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkcs8.1                            |    36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkey.1                             |    34 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkeyparam.1                        |    28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkeyutl.1                          |    49 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_prime.1                            |    24 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rand.1                             |    26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rehash.1                           |    30 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_req.1                              |    54 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rsa.1                              |    63 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rsautl.1                           |    26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_s_client.1                         |    93 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_s_server.1                         |    99 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_s_time.1                           |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_sess_id.1                          |    26 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_smime.1                            |    36 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_speed.1                            |    24 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_spkac.1                            |    34 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_srp.1                              |    28 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_storeutl.1                         |    37 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ts.1                               |    75 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_tsget.1                            |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_verify.1                           |    38 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_version.1                          |    24 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/openssl_x509.1                             |    63 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ossl_store-file.7                          |    32 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ossl_store.7                               |    34 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/passphrase-encoding.7                      |    48 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/scrypt.7                                   |    46 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/ssl.7                                      |   208 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/x509.7                                     |    56 +-
 crypto/external/bsd/openssl/lib/libcrypto/man/x509v3_config.5                            |    32 +-
 565 files changed, 18395 insertions(+), 15103 deletions(-)

diffs (truncated from 69007 to 300 lines):

diff -r f41013ad50be -r b1573db063c9 crypto/external/bsd/openssl/dist/CHANGES
--- a/crypto/external/bsd/openssl/dist/CHANGES  Sun Jun 09 18:44:05 2019 +0000
+++ b/crypto/external/bsd/openssl/dist/CHANGES  Sun Jun 09 18:44:29 2019 +0000
@@ -7,6 +7,77 @@
  https://github.com/openssl/openssl/commits/ and pick the appropriate
  release branch.
 
+ Changes between 1.1.1b and 1.1.1c [28 May 2019]
+
+  *) Add build tests for C++.  These are generated files that only do one
+     thing, to include one public OpenSSL head file each.  This tests that
+     the public header files can be usefully included in a C++ application.
+
+     This test isn't enabled by default.  It can be enabled with the option
+     'enable-buildtest-c++'.
+     [Richard Levitte]
+
+  *) Enable SHA3 pre-hashing for ECDSA and DSA.
+     [Patrick Steuer]
+
+  *) Change the default RSA, DSA and DH size to 2048 bit instead of 1024.
+     This changes the size when using the genpkey app when no size is given. It
+     fixes an omission in earlier changes that changed all RSA, DSA and DH
+     generation apps to use 2048 bits by default.
+     [Kurt Roeckx]
+
+  *) Reorganize the manual pages to consistently have RETURN VALUES,
+     EXAMPLES, SEE ALSO and HISTORY come in that order, and adjust
+     util/fix-doc-nits accordingly.
+     [Paul Yang, Joshua Lock]
+
+  *) Add the missing accessor EVP_PKEY_get0_engine()
+     [Matt Caswell]
+
+  *) Have apps like 's_client' and 's_server' output the signature scheme
+     along with other cipher suite parameters when debugging.
+     [Lorinczy Zsigmond]
+
+  *) Make OPENSSL_config() error agnostic again.
+     [Richard Levitte]
+
+  *) Do the error handling in RSA decryption constant time.
+     [Bernd Edlinger]
+
+  *) Prevent over long nonces in ChaCha20-Poly1305.
+
+     ChaCha20-Poly1305 is an AEAD cipher, and requires a unique nonce input
+     for every encryption operation. RFC 7539 specifies that the nonce value
+     (IV) should be 96 bits (12 bytes). OpenSSL allows a variable nonce length
+     and front pads the nonce with 0 bytes if it is less than 12
+     bytes. However it also incorrectly allows a nonce to be set of up to 16
+     bytes. In this case only the last 12 bytes are significant and any
+     additional leading bytes are ignored.
+
+     It is a requirement of using this cipher that nonce values are
+     unique. Messages encrypted using a reused nonce value are susceptible to
+     serious confidentiality and integrity attacks. If an application changes
+     the default nonce length to be longer than 12 bytes and then makes a
+     change to the leading bytes of the nonce expecting the new value to be a
+     new unique nonce then such an application could inadvertently encrypt
+     messages with a reused nonce.
+
+     Additionally the ignored bytes in a long nonce are not covered by the
+     integrity guarantee of this cipher. Any application that relies on the
+     integrity of these ignored leading bytes of a long nonce may be further
+     affected. Any OpenSSL internal use of this cipher, including in SSL/TLS,
+     is safe because no such use sets such a long nonce value. However user
+     applications that use this cipher directly and set a non-default nonce
+     length to be longer than 12 bytes may be vulnerable.
+
+     This issue was reported to OpenSSL on 16th of March 2019 by Joran Dirk
+     Greef of Ronomon.
+     (CVE-2019-1543)
+     [Matt Caswell]
+
+  *) Ensure that SM2 only uses SM3 as digest algorithm
+     [Paul Yang]
+
  Changes between 1.1.1a and 1.1.1b [26 Feb 2019]
 
   *) Added SCA hardening for modular field inversion in EC_GROUP through
diff -r f41013ad50be -r b1573db063c9 crypto/external/bsd/openssl/dist/Configure
--- a/crypto/external/bsd/openssl/dist/Configure        Sun Jun 09 18:44:05 2019 +0000
+++ b/crypto/external/bsd/openssl/dist/Configure        Sun Jun 09 18:44:29 2019 +0000
@@ -24,7 +24,7 @@
 my $orig_death_handler = $SIG{__DIE__};
 $SIG{__DIE__} = \&death_handler;
 
-my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[no-]threads] [[no-]shared] [[no-]zlib|zlib-dynamic] [no-asm] [no-dso] 
[no-egd] [sctp] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] [--with-xxx[=vvv]] [--config=FILE] os/compiler[:flags]\n";
+my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[no-]threads] [[no-]shared] [[no-]zlib|zlib-dynamic] [no-asm] [no-egd] 
[sctp] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] [--with-xxx[=vvv]] [--config=FILE] os/compiler[:flags]\n";
 
 # Options:
 #
@@ -54,16 +54,14 @@
 # [no-]threads  [don't] try to create a library that is suitable for
 #               multithreaded applications (default is "threads" if we
 #               know how to do it)
-# [no-]shared  [don't] try to create shared libraries when supported.
+# [no-]shared   [don't] try to create shared libraries when supported.
 # [no-]pic      [don't] try to build position independent code when supported.
 #               If disabled, it also disables shared and dynamic-engine.
 # no-asm        do not use assembler
-# no-dso        do not compile in any native shared-library methods. This
-#               will ensure that all methods just return NULL.
 # no-egd        do not compile support for the entropy-gathering daemon APIs
 # [no-]zlib     [don't] compile support for zlib compression.
-# zlib-dynamic Like "zlib", but the zlib library is expected to be a shared
-#              library and will be loaded in run-time by the OpenSSL library.
+# zlib-dynamic  Like "zlib", but the zlib library is expected to be a shared
+#               library and will be loaded in run-time by the OpenSSL library.
 # sctp          include SCTP support
 # enable-weak-ssl-ciphers
 #               Enable weak ciphers that are disabled by default.
@@ -75,7 +73,7 @@
 # -static       while -static is also a pass-through compiler option (and
 #               as such is limited to environments where it's actually
 #               meaningful), it triggers a number configuration options,
-#               namely no-dso, no-pic, no-shared and no-threads. It is
+#               namely no-pic, no-shared and no-threads. It is
 #               argued that the only reason to produce statically linked
 #               binaries (and in context it means executables linked with
 #               -static flag, and not just executables linked with static
@@ -90,21 +88,22 @@
 #               production quality.
 #
 # DEBUG_SAFESTACK use type-safe stacks to enforce type-safety on stack items
-#              provided to stack calls. Generates unique stack functions for
-#              each possible stack type.
-# BN_LLONG     use the type 'long long' in crypto/bn/bn.h
-# RC4_CHAR     use 'char' instead of 'int' for RC4_INT in crypto/rc4/rc4.h
+#               provided to stack calls. Generates unique stack functions for
+#               each possible stack type.
+# BN_LLONG      use the type 'long long' in crypto/bn/bn.h
+# RC4_CHAR      use 'char' instead of 'int' for RC4_INT in crypto/rc4/rc4.h
 # Following are set automatically by this script
 #
-# MD5_ASM      use some extra md5 assembler,
-# SHA1_ASM     use some extra sha1 assembler, must define L_ENDIAN for x86
-# RMD160_ASM   use some extra ripemd160 assembler,
-# SHA256_ASM   sha256_block is implemented in assembler
-# SHA512_ASM   sha512_block is implemented in assembler
-# AES_ASM      AES_[en|de]crypt is implemented in assembler
-
-# Minimum warning options... any contributions to OpenSSL should at least get
-# past these.
+# MD5_ASM       use some extra md5 assembler,
+# SHA1_ASM      use some extra sha1 assembler, must define L_ENDIAN for x86
+# RMD160_ASM    use some extra ripemd160 assembler,
+# SHA256_ASM    sha256_block is implemented in assembler
+# SHA512_ASM    sha512_block is implemented in assembler
+# AES_ASM       AES_[en|de]crypt is implemented in assembler
+
+# Minimum warning options... any contributions to OpenSSL should at least
+# get past these.  Note that we only use these with C compilers, not with
+# C++ compilers.
 
 # DEBUG_UNUSED enables __owur (warn unused result) checks.
 # -DPEDANTIC complements -pedantic and is meant to mask code that
@@ -119,22 +118,23 @@
 # code, so we just tell compiler to be pedantic about everything
 # but 'long long' type.
 
-my $gcc_devteam_warn = "-DDEBUG_UNUSED"
-        . " -DPEDANTIC -pedantic -Wno-long-long"
-        . " -Wall"
-        . " -Wextra"
-        . " -Wno-unused-parameter"
-        . " -Wno-missing-field-initializers"
-        . " -Wswitch"
-        . " -Wsign-compare"
-        . " -Wmissing-prototypes"
-        . " -Wstrict-prototypes"
-        . " -Wshadow"
-        . " -Wformat"
-        . " -Wtype-limits"
-        . " -Wundef"
-        . " -Werror"
-        ;
+my @gcc_devteam_warn = qw(
+    -DDEBUG_UNUSED
+    -DPEDANTIC -pedantic -Wno-long-long
+    -Wall
+    -Wextra
+    -Wno-unused-parameter
+    -Wno-missing-field-initializers
+    -Wswitch
+    -Wsign-compare
+    -Wshadow
+    -Wformat
+    -Wtype-limits
+    -Wundef
+    -Werror
+    -Wmissing-prototypes
+    -Wstrict-prototypes
+);
 
 # These are used in addition to $gcc_devteam_warn when the compiler is clang.
 # TODO(openssl-team): fix problems and investigate if (at least) the
@@ -144,19 +144,16 @@
 #       -Wlanguage-extension-token -- no, we use asm()
 #       -Wunused-macros -- no, too tricky for BN and _XOPEN_SOURCE etc
 #       -Wextended-offsetof -- no, needed in CMS ASN1 code
-#       -Wunused-function -- no, it forces header use of safestack et al
-#                            DEFINE macros
-my $clang_devteam_warn = ""
-        . " -Wswitch-default"
-        . " -Wno-parentheses-equality"
-        . " -Wno-language-extension-token"
-        . " -Wno-extended-offsetof"
-        . " -Wconditional-uninitialized"
-        . " -Wincompatible-pointer-types-discards-qualifiers"
-        . " -Wmissing-variable-declarations"
-        . " -Wno-unknown-warning-option"
-        . " -Wno-unused-function"
-        ;
+my @clang_devteam_warn = qw(
+    -Wswitch-default
+    -Wno-parentheses-equality
+    -Wno-language-extension-token
+    -Wno-extended-offsetof
+    -Wconditional-uninitialized
+    -Wincompatible-pointer-types-discards-qualifiers
+    -Wno-unknown-warning-option
+    -Wmissing-variable-declarations
+);
 
 # This adds backtrace information to the memory leak info.  Is only used
 # when crypto-mdebug-backtrace is enabled.
@@ -225,20 +222,20 @@
     die "reconfiguring with other arguments present isn't supported"
         if scalar @argvcopy > 1;
     if (-f "./configdata.pm") {
-       my $file = "./configdata.pm";
-       unless (my $return = do $file) {
-           die "couldn't parse $file: $@" if $@;
+        my $file = "./configdata.pm";
+        unless (my $return = do $file) {
+            die "couldn't parse $file: $@" if $@;
             die "couldn't do $file: $!"    unless defined $return;
             die "couldn't run $file"       unless $return;
-       }
-
-       @argvcopy = defined($configdata::config{perlargv}) ?
-           @{$configdata::config{perlargv}} : ();
-       die "Incorrect data to reconfigure, please do a normal configuration\n"
-           if (grep(/^reconf/,@argvcopy));
-       $config{perlenv} = $configdata::config{perlenv} // {};
+        }
+
+        @argvcopy = defined($configdata::config{perlargv}) ?
+            @{$configdata::config{perlargv}} : ();
+        die "Incorrect data to reconfigure, please do a normal configuration\n"
+            if (grep(/^reconf/,@argvcopy));
+        $config{perlenv} = $configdata::config{perlenv} // {};
     } else {
-       die "Insufficient data to reconfigure, please do a normal configuration\n";
+        die "Insufficient data to reconfigure, please do a normal configuration\n";
     }
 }
 
@@ -253,8 +250,8 @@
 collect_information(
     collect_from_file(catfile($srcdir,'include/openssl/opensslv.h')),
     qr/OPENSSL.VERSION.TEXT.*OpenSSL (\S+) / => sub { $config{version} = $1; },
-    qr/OPENSSL.VERSION.NUMBER.*(0x\S+)/             => sub { $config{version_num}=$1 },
-    qr/SHLIB_VERSION_NUMBER *"([^"]+)"/             => sub { $config{shlib_version_number}=$1 },
+    qr/OPENSSL.VERSION.NUMBER.*(0x\S+)/      => sub { $config{version_num}=$1 },
+    qr/SHLIB_VERSION_NUMBER *"([^"]+)"/      => sub { $config{shlib_version_number}=$1 },
     qr/SHLIB_VERSION_HISTORY *"([^"]*)"/     => sub { $config{shlib_version_history}=$1 }
     );
 if ($config{shlib_version_history} ne "") { $config{shlib_version_history} .= ":"; }
@@ -266,7 +263,7 @@
 die "erroneous version information in opensslv.h: ",
     "$config{major}, $config{minor}, $config{shlib_major}, $config{shlib_minor}\n"
     if ($config{major} eq "" || $config{minor} eq ""
-       || $config{shlib_major} eq "" ||  $config{shlib_minor} eq "");
+        || $config{shlib_major} eq "" ||  $config{shlib_minor} eq "");
 
 # Collect target configurations
 
@@ -335,6 +332,7 @@
     "autoload-config",
     "bf",
     "blake2",
+    "buildtest-c\\+\\+",
     "camellia",
     "capieng",
     "cast",
@@ -351,7 +349,6 @@
     "dgram",
     "dh",
     "dsa",
-    "dso",
     "dtls",
     "dynamic-engine",
     "ec",
@@ -419,71 +416,70 @@
     "zlib-dynamic",
     );
 foreach my $proto ((@tls, @dtls))



Home | Main Index | Thread Index | Old Index