diff options
Diffstat (limited to 'deps/openssl/config/archs/VC-WIN32/asm/configdata.pm')
-rw-r--r-- | deps/openssl/config/archs/VC-WIN32/asm/configdata.pm | 487 |
1 files changed, 31 insertions, 456 deletions
diff --git a/deps/openssl/config/archs/VC-WIN32/asm/configdata.pm b/deps/openssl/config/archs/VC-WIN32/asm/configdata.pm index d545672127..4b40a5a831 100644 --- a/deps/openssl/config/archs/VC-WIN32/asm/configdata.pm +++ b/deps/openssl/config/archs/VC-WIN32/asm/configdata.pm @@ -34,7 +34,7 @@ our %config = ( hashbangperl => "/usr/bin/env perl", libdir => "", major => "1", - makedepprog => "/usr/bin/makedepend", + makedepprog => "", minor => "1.0", openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ], openssl_api_defines => [ ], @@ -56,8 +56,8 @@ our %config = ( shlib_version_number => "1.1", sourcedir => ".", target => "VC-WIN32", - version => "1.1.0i", - version_num => "0x1010009fL", + version => "1.1.0j", + version_num => "0x101000afL", ); our %target = ( @@ -96,7 +96,7 @@ our %target = ( des_asm_src => "des-586.s crypt586.s", des_obj => "des-586.o crypt586.o", dso_cflags => "/Zi /Fddso", - dso_extension => "", + dso_extension => ".dll", dso_scheme => "WIN32", ec_asm_src => "ecp_nistz256.c ecp_nistz256-x86.s", ec_obj => "ecp_nistz256.o ecp_nistz256-x86.o", @@ -133,8 +133,8 @@ our %target = ( sha1_obj => "sha1-586.o sha256-586.o sha512-586.o", shared_cflag => "", shared_defines => [ ], - shared_extension => "", - shared_extension_simple => "", + shared_extension => ".dll", + shared_extension_simple => ".dll", shared_ldflag => "/dll", shared_rcflag => "", shared_target => "win-shared", @@ -263,6 +263,7 @@ our %disabled = ( "fuzz-afl" => "default", "fuzz-libfuzzer" => "default", "heartbeats" => "default", + "makedepend" => "unavailable", "md2" => "default", "msan" => "default", "rc5" => "default", @@ -5143,6 +5144,12 @@ our %unified_info = ( "crypto/include", "include", ], + "crypto/getenv.o" => + [ + ".", + "crypto/include", + "include", + ], "crypto/hmac/hm_ameth.o" => [ ".", @@ -7442,6 +7449,10 @@ our %unified_info = ( [ "include", ], + "test/rsa_complex.o" => + [ + "include", + ], "test/rsa_test.o" => [ ".", @@ -7728,6 +7739,7 @@ our %unified_info = ( "test/rc4test", "test/rc5test", "test/rmdtest", + "test/rsa_complex", "test/rsa_test", "test/sanitytest", "test/secmemtest", @@ -7770,460 +7782,10 @@ our %unified_info = ( ], "shared_sources" => { - "apps/openssl" => - [ - ], - "fuzz/asn1-test" => - [ - ], - "fuzz/asn1parse-test" => - [ - ], - "fuzz/bignum-test" => - [ - ], - "fuzz/bndiv-test" => - [ - ], - "fuzz/cms-test" => - [ - ], - "fuzz/conf-test" => - [ - ], - "fuzz/crl-test" => - [ - ], - "fuzz/ct-test" => - [ - ], - "fuzz/server-test" => - [ - ], - "fuzz/x509-test" => - [ - ], "libcrypto" => [ "crypto/dllmain.o", ], - "libssl" => - [ - ], - "test/aborttest" => - [ - ], - "test/afalgtest" => - [ - ], - "test/asynciotest" => - [ - ], - "test/asynctest" => - [ - ], - "test/bad_dtls_test" => - [ - ], - "test/bftest" => - [ - ], - "test/bio_enc_test" => - [ - ], - "test/bioprinttest" => - [ - ], - "test/bntest" => - [ - ], - "test/buildtest_aes" => - [ - ], - "test/buildtest_asn1" => - [ - ], - "test/buildtest_asn1t" => - [ - ], - "test/buildtest_async" => - [ - ], - "test/buildtest_bio" => - [ - ], - "test/buildtest_blowfish" => - [ - ], - "test/buildtest_bn" => - [ - ], - "test/buildtest_buffer" => - [ - ], - "test/buildtest_camellia" => - [ - ], - "test/buildtest_cast" => - [ - ], - "test/buildtest_cmac" => - [ - ], - "test/buildtest_cms" => - [ - ], - "test/buildtest_conf" => - [ - ], - "test/buildtest_conf_api" => - [ - ], - "test/buildtest_crypto" => - [ - ], - "test/buildtest_ct" => - [ - ], - "test/buildtest_des" => - [ - ], - "test/buildtest_dh" => - [ - ], - "test/buildtest_dsa" => - [ - ], - "test/buildtest_dtls1" => - [ - ], - "test/buildtest_e_os2" => - [ - ], - "test/buildtest_ebcdic" => - [ - ], - "test/buildtest_ec" => - [ - ], - "test/buildtest_ecdh" => - [ - ], - "test/buildtest_ecdsa" => - [ - ], - "test/buildtest_engine" => - [ - ], - "test/buildtest_err" => - [ - ], - "test/buildtest_evp" => - [ - ], - "test/buildtest_hmac" => - [ - ], - "test/buildtest_idea" => - [ - ], - "test/buildtest_kdf" => - [ - ], - "test/buildtest_lhash" => - [ - ], - "test/buildtest_md4" => - [ - ], - "test/buildtest_md5" => - [ - ], - "test/buildtest_mdc2" => - [ - ], - "test/buildtest_modes" => - [ - ], - "test/buildtest_obj_mac" => - [ - ], - "test/buildtest_objects" => - [ - ], - "test/buildtest_ocsp" => - [ - ], - "test/buildtest_opensslv" => - [ - ], - "test/buildtest_ossl_typ" => - [ - ], - "test/buildtest_pem" => - [ - ], - "test/buildtest_pem2" => - [ - ], - "test/buildtest_pkcs12" => - [ - ], - "test/buildtest_pkcs7" => - [ - ], - "test/buildtest_rand" => - [ - ], - "test/buildtest_rc2" => - [ - ], - "test/buildtest_rc4" => - [ - ], - "test/buildtest_ripemd" => - [ - ], - "test/buildtest_rsa" => - [ - ], - "test/buildtest_safestack" => - [ - ], - "test/buildtest_seed" => - [ - ], - "test/buildtest_sha" => - [ - ], - "test/buildtest_srp" => - [ - ], - "test/buildtest_srtp" => - [ - ], - "test/buildtest_ssl" => - [ - ], - "test/buildtest_ssl2" => - [ - ], - "test/buildtest_stack" => - [ - ], - "test/buildtest_symhacks" => - [ - ], - "test/buildtest_tls1" => - [ - ], - "test/buildtest_ts" => - [ - ], - "test/buildtest_txt_db" => - [ - ], - "test/buildtest_ui" => - [ - ], - "test/buildtest_whrlpool" => - [ - ], - "test/buildtest_x509" => - [ - ], - "test/buildtest_x509_vfy" => - [ - ], - "test/buildtest_x509v3" => - [ - ], - "test/casttest" => - [ - ], - "test/cipherlist_test" => - [ - ], - "test/clienthellotest" => - [ - ], - "test/constant_time_test" => - [ - ], - "test/crltest" => - [ - ], - "test/ct_test" => - [ - ], - "test/d2i_test" => - [ - ], - "test/danetest" => - [ - ], - "test/destest" => - [ - ], - "test/dhtest" => - [ - ], - "test/dsatest" => - [ - ], - "test/dtlstest" => - [ - ], - "test/dtlsv1listentest" => - [ - ], - "test/ecdsatest" => - [ - ], - "test/ectest" => - [ - ], - "test/enginetest" => - [ - ], - "test/errtest" => - [ - ], - "test/evp_extra_test" => - [ - ], - "test/evp_test" => - [ - ], - "test/exdatatest" => - [ - ], - "test/exptest" => - [ - ], - "test/fatalerrtest" => - [ - ], - "test/gmdifftest" => - [ - ], - "test/heartbeat_test" => - [ - ], - "test/hmactest" => - [ - ], - "test/ideatest" => - [ - ], - "test/igetest" => - [ - ], - "test/md2test" => - [ - ], - "test/md4test" => - [ - ], - "test/md5test" => - [ - ], - "test/mdc2test" => - [ - ], - "test/memleaktest" => - [ - ], - "test/ocspapitest" => - [ - ], - "test/p5_crpt2_test" => - [ - ], - "test/packettest" => - [ - ], - "test/pbelutest" => - [ - ], - "test/randtest" => - [ - ], - "test/rc2test" => - [ - ], - "test/rc4test" => - [ - ], - "test/rc5test" => - [ - ], - "test/rmdtest" => - [ - ], - "test/rsa_test" => - [ - ], - "test/sanitytest" => - [ - ], - "test/secmemtest" => - [ - ], - "test/sha1test" => - [ - ], - "test/sha256t" => - [ - ], - "test/sha512t" => - [ - ], - "test/srptest" => - [ - ], - "test/ssl_test" => - [ - ], - "test/ssl_test_ctx_test" => - [ - ], - "test/sslapitest" => - [ - ], - "test/sslcorrupttest" => - [ - ], - "test/ssltest_old" => - [ - ], - "test/threadstest" => - [ - ], - "test/v3ext" => - [ - ], - "test/v3nametest" => - [ - ], - "test/verify_extra_test" => - [ - ], - "test/versions" => - [ - ], - "test/wp_test" => - [ - ], - "test/x509_dup_cert_test" => - [ - ], - "test/x509_time_test" => - [ - ], - "test/x509aux" => - [ - ], }, "sources" => { @@ -9974,6 +9536,10 @@ our %unified_info = ( [ "crypto/ex_data.c", ], + "crypto/getenv.o" => + [ + "crypto/getenv.c", + ], "crypto/hmac/hm_ameth.o" => [ "crypto/hmac/hm_ameth.c", @@ -11422,6 +10988,7 @@ our %unified_info = ( "crypto/evp/pmeth_lib.o", "crypto/evp/scrypt.o", "crypto/ex_data.o", + "crypto/getenv.o", "crypto/hmac/hm_ameth.o", "crypto/hmac/hm_pmeth.o", "crypto/hmac/hmac.o", @@ -12819,6 +12386,14 @@ our %unified_info = ( [ "test/rmdtest.c", ], + "test/rsa_complex" => + [ + "test/rsa_complex.o", + ], + "test/rsa_complex.o" => + [ + "test/rsa_complex.c", + ], "test/rsa_test" => [ "test/rsa_test.o", |