node-aix-ppc64 16.14.2 → 16.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/CHANGELOG.md +298 -0
  2. package/LICENSE +25 -0
  3. package/README.md +29 -31
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +5 -6
  6. package/include/node/config.gypi +4 -0
  7. package/include/node/js_native_api.h +6 -0
  8. package/include/node/node.exp +26 -17
  9. package/include/node/node.h +6 -1
  10. package/include/node/node_version.h +2 -2
  11. package/include/node/openssl/asn1_asm.h +57 -0
  12. package/include/node/openssl/asn1_no-asm.h +59 -0
  13. package/include/node/openssl/asn1t_asm.h +57 -0
  14. package/include/node/openssl/asn1t_no-asm.h +59 -0
  15. package/include/node/openssl/bio_asm.h +57 -0
  16. package/include/node/openssl/bio_no-asm.h +59 -0
  17. package/include/node/openssl/bn_conf_asm.h +0 -2
  18. package/include/node/openssl/bn_conf_no-asm.h +0 -2
  19. package/include/node/openssl/cmp_asm.h +57 -0
  20. package/include/node/openssl/cmp_no-asm.h +59 -0
  21. package/include/node/openssl/cms_asm.h +57 -0
  22. package/include/node/openssl/cms_no-asm.h +59 -0
  23. package/include/node/openssl/conf_asm.h +57 -0
  24. package/include/node/openssl/conf_no-asm.h +59 -0
  25. package/include/node/openssl/configuration_asm.h +57 -0
  26. package/include/node/openssl/configuration_no-asm.h +59 -0
  27. package/include/node/openssl/crmf_asm.h +57 -0
  28. package/include/node/openssl/crmf_no-asm.h +59 -0
  29. package/include/node/openssl/crypto_asm.h +57 -0
  30. package/include/node/openssl/crypto_no-asm.h +59 -0
  31. package/include/node/openssl/ct_asm.h +57 -0
  32. package/include/node/openssl/ct_no-asm.h +59 -0
  33. package/include/node/openssl/dso_conf_asm.h +0 -2
  34. package/include/node/openssl/dso_conf_no-asm.h +0 -2
  35. package/include/node/openssl/err_asm.h +57 -0
  36. package/include/node/openssl/err_no-asm.h +59 -0
  37. package/include/node/openssl/ess_asm.h +57 -0
  38. package/include/node/openssl/ess_no-asm.h +59 -0
  39. package/include/node/openssl/fipskey_asm.h +57 -0
  40. package/include/node/openssl/fipskey_no-asm.h +59 -0
  41. package/include/node/openssl/lhash_asm.h +57 -0
  42. package/include/node/openssl/lhash_no-asm.h +59 -0
  43. package/include/node/openssl/ocsp_asm.h +57 -0
  44. package/include/node/openssl/ocsp_no-asm.h +59 -0
  45. package/include/node/openssl/opensslconf_asm.h +0 -2
  46. package/include/node/openssl/opensslconf_no-asm.h +0 -2
  47. package/include/node/openssl/opensslv_asm.h +57 -0
  48. package/include/node/openssl/opensslv_no-asm.h +59 -0
  49. package/include/node/openssl/pkcs12_asm.h +57 -0
  50. package/include/node/openssl/pkcs12_no-asm.h +59 -0
  51. package/include/node/openssl/pkcs7_asm.h +57 -0
  52. package/include/node/openssl/pkcs7_no-asm.h +59 -0
  53. package/include/node/openssl/safestack_asm.h +57 -0
  54. package/include/node/openssl/safestack_no-asm.h +59 -0
  55. package/include/node/openssl/srp_asm.h +57 -0
  56. package/include/node/openssl/srp_no-asm.h +59 -0
  57. package/include/node/openssl/ssl_asm.h +57 -0
  58. package/include/node/openssl/ssl_no-asm.h +59 -0
  59. package/include/node/openssl/ui_asm.h +57 -0
  60. package/include/node/openssl/ui_no-asm.h +59 -0
  61. package/include/node/openssl/x509_asm.h +57 -0
  62. package/include/node/openssl/x509_no-asm.h +59 -0
  63. package/include/node/openssl/x509_vfy_asm.h +57 -0
  64. package/include/node/openssl/x509_vfy_no-asm.h +59 -0
  65. package/include/node/openssl/x509v3_asm.h +57 -0
  66. package/include/node/openssl/x509v3_no-asm.h +59 -0
  67. package/package.json +1 -1
  68. package/share/man/man1/node.1 +9 -3
  69. package/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/bn_conf.h +0 -28
  70. package/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/dso_conf.h +0 -17
  71. package/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslconf.h +0 -200
  72. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  73. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  74. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslconf.h +0 -200
  75. package/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/bn_conf.h +0 -28
  76. package/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/dso_conf.h +0 -17
  77. package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslconf.h +0 -203
@@ -206,6 +206,8 @@
206
206
  'lib/internal/modules/cjs/loader.js',
207
207
  'lib/internal/modules/esm/assert.js',
208
208
  'lib/internal/modules/esm/create_dynamic_module.js',
209
+ 'lib/internal/modules/esm/fetch_module.js',
210
+ 'lib/internal/modules/esm/formats.js',
209
211
  'lib/internal/modules/esm/get_format.js',
210
212
  'lib/internal/modules/esm/get_source.js',
211
213
  'lib/internal/modules/esm/handle_process_exit.js',
@@ -281,6 +283,7 @@
281
283
  'lib/internal/util/types.js',
282
284
  'lib/internal/vm/module.js',
283
285
  'lib/internal/webstreams/adapters.js',
286
+ 'lib/internal/webstreams/compression.js',
284
287
  'lib/internal/webstreams/encoding.js',
285
288
  'lib/internal/webstreams/queuingstrategies.js',
286
289
  'lib/internal/webstreams/readablestream.js',
@@ -330,6 +333,7 @@
330
333
  'target_arch': 'ppc64',
331
334
  'v8_enable_31bit_smis_on_64bit_arch': 0,
332
335
  'v8_enable_gdbjit': 0,
336
+ 'v8_enable_hugepage': 0,
333
337
  'v8_enable_i18n_support': 1,
334
338
  'v8_enable_inspector': 1,
335
339
  'v8_enable_lite_mode': 0,
@@ -93,6 +93,12 @@ NAPI_EXTERN napi_status napi_create_string_utf16(napi_env env,
93
93
  NAPI_EXTERN napi_status napi_create_symbol(napi_env env,
94
94
  napi_value description,
95
95
  napi_value* result);
96
+ #ifdef NAPI_EXPERIMENTAL
97
+ NAPI_EXTERN napi_status node_api_symbol_for(napi_env env,
98
+ const char* utf8description,
99
+ size_t length,
100
+ napi_value* result);
101
+ #endif // NAPI_EXPERIMENTAL
96
102
  NAPI_EXTERN napi_status napi_create_function(napi_env env,
97
103
  const char* utf8name,
98
104
  size_t length,
@@ -4900,15 +4900,15 @@ _GLOBAL__F__ZN2v88internal6torque4TypeC2ERKS2_
4900
4900
  _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeEEE
4901
4901
  _GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
4902
4902
  _GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
4903
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_FB5499C7_0x833dace4c9143b3e
4904
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FB5499C7_0xccc6bd3873542a19
4905
- _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0xdb86cc4954edd18f
4906
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_DFF67DD7_0x8991a852c06e77a1
4907
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_87E8306D_0xe09b9b97e34509c9
4908
- _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_87E8306D_0x3e1171e30e137d42
4909
- _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FB5499C7_0x242985e190c5b66c
4910
- _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0xb33ee1c5cbfa97a6
4911
- _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FB5499C7_0x614b71ef709f7dd1
4903
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_FB5499C7_0xdb52e04e50afd39
4904
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FB5499C7_0x20918615ed490ed0
4905
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0x7b10bf4fcfdcd051
4906
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_DFF67DD7_0x220c30584e2bb4d6
4907
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_87E8306D_0x808124564752edbb
4908
+ _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_87E8306D_0x5e113b3e18d00af4
4909
+ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FB5499C7_0xc8c55bb3317ecdb1
4910
+ _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0xb805049b57795368
4911
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FB5499C7_0xc5b6c1a593be16c3
4912
4912
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
4913
4913
  _GLOBAL__I_65535_0__Z16_register_configv
4914
4914
  _GLOBAL__I_65535_0__Z17_register_symbolsv
@@ -5906,10 +5906,10 @@ _GLOBAL__I_65535_0__ZNK2v88internal9BitVector5CountEv
5906
5906
  _GLOBAL__I_65535_0__ZNK2v88internal9DebugInfo7IsEmptyEv
5907
5907
  _GLOBAL__I_65535_0__ZNK2v88internal9PreParser13GetIdentifierEv
5908
5908
  _GLOBAL__I_65535_0__ZNK4node10BaseObject15GetTransferModeEv
5909
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FB5499C7_0xbedb6af5e9287702
5910
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_DFF67DD7_0x6578aeb7bd1c1ea4
5911
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_intl_objects_tq_csa.cc_FB5499C7_0xe49c8cb28beaafa4
5912
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FB5499C7_0x541a4cd1685e6ed0
5909
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FB5499C7_0xda195a64fd9d54f1
5910
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_DFF67DD7_0x47cf86a403146f7c
5911
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_intl_objects_tq_csa.cc_FB5499C7_0x3aa87ca81c9327e3
5912
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FB5499C7_0x24d81ed285593a1e
5913
5913
  _GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
5914
5914
  _GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
5915
5915
  _HZData_70
@@ -6034,6 +6034,7 @@ _Z35_register_external_reference_timersPN4node25ExternalReferenceRegistryE
6034
6034
  _Z35_register_external_reference_workerPN4node25ExternalReferenceRegistryE
6035
6035
  _Z36_register_external_reference_bindingPN4node25ExternalReferenceRegistryE
6036
6036
  _Z36_register_external_reference_env_varPN4node25ExternalReferenceRegistryE
6037
+ _Z36_register_external_reference_optionsPN4node25ExternalReferenceRegistryE
6037
6038
  _Z37_register_external_reference_profilerPN4node25ExternalReferenceRegistryE
6038
6039
  _Z37_register_external_reference_tcp_wrapPN4node25ExternalReferenceRegistryE
6039
6040
  _Z37_register_external_reference_tls_wrapPN4node25ExternalReferenceRegistryE
@@ -43623,6 +43624,7 @@ _ZN4node14options_parser24EnvironmentOptionsParserC1Ev
43623
43624
  _ZN4node14options_parser24EnvironmentOptionsParserC2Ev
43624
43625
  _ZN4node14options_parser24EnvironmentOptionsParserD0Ev
43625
43626
  _ZN4node14options_parser24EnvironmentOptionsParserD1Ev
43627
+ _ZN4node14options_parser26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
43626
43628
  _ZN4node14options_parser5ParseINS_12DebugOptionsENS_7OptionsEEEvPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PT_NS_20OptionEnvvarSettingsESD_
43627
43629
  _ZN4node14options_parser5ParseINS_17PerIsolateOptionsENS_7OptionsEEEvPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PT_NS_20OptionEnvvarSettingsESD_
43628
43630
  _ZN4node14options_parser5ParseINS_17PerProcessOptionsENS_7OptionsEEEvPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PT_NS_20OptionEnvvarSettingsESD_
@@ -44132,7 +44134,6 @@ _ZN4node26napi_module_to_node_moduleEPK11napi_module
44132
44134
  _ZN4node27AllocateEnvironmentThreadIdEv
44133
44135
  _ZN4node27AsyncHooksGetTriggerAsyncIdEPN2v87IsolateE
44134
44136
  _ZN4node27ERR_CONSTRUCT_CALL_REQUIREDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
44135
- _ZN4node27ERR_CRYPTO_INVALID_AUTH_TAGIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
44136
44137
  _ZN4node27ERR_CRYPTO_INVALID_AUTH_TAGIJRPKcEEEN2v85LocalINS4_5ValueEEEPNS4_7IsolateES2_DpOT_
44137
44138
  _ZN4node27ERR_CRYPTO_INVALID_AUTH_TAGIJRjEEEN2v85LocalINS2_5ValueEEEPNS2_7IsolateEPKcDpOT_
44138
44139
  _ZN4node27ERR_CRYPTO_OPERATION_FAILEDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
@@ -44348,6 +44349,7 @@ _ZN4node32THROW_ERR_VM_MODULE_LINK_FAILUREIJRNSt7__cxx1112basic_stringIcSt11char
44348
44349
  _ZN4node33AddEnvironmentCleanupHookInternalEPN2v87IsolateEPFvPvPFvS3_ES3_ES3_
44349
44350
  _ZN4node33RegisterProcessExternalReferencesEPNS_25ExternalReferenceRegistryE
44350
44351
  _ZN4node33THROW_ERR_CONSTRUCT_CALL_REQUIREDIJEEEvPN2v87IsolateEPKcDpOT_
44352
+ _ZN4node33THROW_ERR_CRYPTO_INVALID_AUTH_TAGIJRjEEEvPN2v87IsolateEPKcDpOT_
44351
44353
  _ZN4node33THROW_ERR_CRYPTO_OPERATION_FAILEDEPN2v87IsolateE
44352
44354
  _ZN4node33THROW_ERR_CRYPTO_OPERATION_FAILEDIJEEEvPN2v87IsolateEPKcDpOT_
44353
44355
  _ZN4node33THROW_ERR_CRYPTO_OPERATION_FAILEDIJEEEvPNS_11EnvironmentEPKcDpOT_
@@ -44385,7 +44387,7 @@ _ZN4node3url10table_data27QUERY_ENCODE_SET_NONSPECIALE
44385
44387
  _ZN4node3url10table_data3hexE
44386
44388
  _ZN4node3url26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
44387
44389
  _ZN4node3url3URL12FromFilePathERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
44388
- _ZN4node3url3URL12SerializeURLB5cxx11EPKNS0_8url_dataEb
44390
+ _ZN4node3url3URL12SerializeURLB5cxx11ERKNS0_8url_dataEb
44389
44391
  _ZN4node3url3URL5ParseEPKcmNS0_15url_parse_stateEPNS0_8url_dataEbPKS5_b
44390
44392
  _ZN4node41ERR_MISSING_TRANSFERABLE_IN_TRANSFER_LISTIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
44391
44393
  _ZN4node45THROW_ERR_EXECUTION_ENVIRONMENT_NOT_AVAILABLEEPN2v87IsolateE
@@ -44679,6 +44681,7 @@ _ZN4node5http219Http2StreamListenerD0Ev
44679
44681
  _ZN4node5http219Http2StreamListenerD1Ev
44680
44682
  _ZN4node5http220SetCallbackFunctionsERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44681
44683
  _ZN4node5http222RefreshDefaultSettingsERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44684
+ _ZN4node5http225TranslateNghttp2ErrorCodeEi
44682
44685
  _ZN4node5http233Http2StreamPerformanceEntryTraits10GetDetailsEPNS_11EnvironmentERKNS_11performance16PerformanceEntryIS1_EE
44683
44686
  _ZN4node5http234Http2SessionPerformanceEntryTraits10GetDetailsEPNS_11EnvironmentERKNS_11performance16PerformanceEntryIS1_EE
44684
44687
  _ZN4node5http27OriginsC1EPNS_11EnvironmentEN2v85LocalINS4_6StringEEEm
@@ -44930,7 +44933,6 @@ _ZN4node6crypto13GetCipherInfoEPNS_11EnvironmentERKSt10unique_ptrI6ssl_stNS_15Fu
44930
44933
  _ZN4node6crypto13GetCipherNameEPNS_11EnvironmentERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS4_XadL_Z8SSL_freeEEEEE
44931
44934
  _ZN4node6crypto13GetFipsCryptoERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44932
44935
  _ZN4node6crypto13GetServerNameEP6ssl_st
44933
- _ZN4node6crypto13GetTLSSessionEN2v85LocalINS1_5ValueEEE
44934
44936
  _ZN4node6crypto13GetTLSSessionEPKhm
44935
44937
  _ZN4node6crypto13KeyObjectData12CreateSecretENS0_10ByteSourceE
44936
44938
  _ZN4node6crypto13KeyObjectData16CreateAsymmetricENS0_7KeyTypeERKNS0_14ManagedEVPPKeyE
@@ -44988,7 +44990,6 @@ _ZN4node6crypto13SecureContextD0Ev
44988
44990
  _ZN4node6crypto13SecureContextD1Ev
44989
44991
  _ZN4node6crypto13SecureContextD2Ev
44990
44992
  _ZN4node6crypto13SetFipsCryptoERKN2v820FunctionCallbackInfoINS1_5ValueEEE
44991
- _ZN4node6crypto13SetTLSSessionERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS2_XadL_Z8SSL_freeEEEEEPKhm
44992
44993
  _ZN4node6crypto13SetTLSSessionERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS2_XadL_Z8SSL_freeEEEEERKS1_I14ssl_session_stNS3_IS8_XadL_Z16SSL_SESSION_freeEEEEE
44993
44994
  _ZN4node6crypto13UseSNIContextERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS2_XadL_Z8SSL_freeEEEEENS_17BaseObjectPtrImplINS0_13SecureContextELb0EEE
44994
44995
  _ZN4node6crypto13X509ErrorCodeEl
@@ -45057,6 +45058,7 @@ _ZN4node6crypto15KeyObjectHandle3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
45057
45058
  _ZN4node6crypto15KeyObjectHandle4DataEv
45058
45059
  _ZN4node6crypto15KeyObjectHandle4InitERKN2v820FunctionCallbackInfoINS2_5ValueEEE
45059
45060
  _ZN4node6crypto15KeyObjectHandle6CreateEPNS_11EnvironmentESt10shared_ptrINS0_13KeyObjectDataEE
45061
+ _ZN4node6crypto15KeyObjectHandle6EqualsERKN2v820FunctionCallbackInfoINS2_5ValueEEE
45060
45062
  _ZN4node6crypto15KeyObjectHandle6ExportERKN2v820FunctionCallbackInfoINS2_5ValueEEE
45061
45063
  _ZN4node6crypto15KeyObjectHandle7InitJWKERKN2v820FunctionCallbackInfoINS2_5ValueEEE
45062
45064
  _ZN4node6crypto15KeyObjectHandle9ExportJWKERKN2v820FunctionCallbackInfoINS2_5ValueEEE
@@ -61053,6 +61055,11 @@ _ZNSt19_Sp_counted_deleterIPN4node20ArrayBufferAllocatorESt14default_deleteIS1_E
61053
61055
  _ZNSt19_Sp_counted_deleterIPN4node20ArrayBufferAllocatorESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
61054
61056
  _ZNSt19_Sp_counted_deleterIPN4node20ArrayBufferAllocatorESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev
61055
61057
  _ZNSt19_Sp_counted_deleterIPN4node20ArrayBufferAllocatorESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev
61058
+ _ZNSt19_Sp_counted_deleterIPN4node9inspector13WorkerManagerESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
61059
+ _ZNSt19_Sp_counted_deleterIPN4node9inspector13WorkerManagerESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
61060
+ _ZNSt19_Sp_counted_deleterIPN4node9inspector13WorkerManagerESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
61061
+ _ZNSt19_Sp_counted_deleterIPN4node9inspector13WorkerManagerESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev
61062
+ _ZNSt19_Sp_counted_deleterIPN4node9inspector13WorkerManagerESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev
61056
61063
  _ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol11NodeRuntime8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
61057
61064
  _ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol11NodeRuntime8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
61058
61065
  _ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol11NodeRuntime8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
@@ -61750,6 +61757,7 @@ _ZNSt6vectorIN8v8_crdtp4cbor15EnvelopeEncoderESaIS2_EE17_M_realloc_insertIJEEEvN
61750
61757
  _ZNSt6vectorIN8v8_crdtp4spanIcEESaIS2_EE17_M_realloc_insertIJRKS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_
61751
61758
  _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJPcEEEvDpOT_
61752
61759
  _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJRA1_KcEEEvDpOT_
61760
+ _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJRA28_KcEEEvDpOT_
61753
61761
  _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJRA39_KcEEEvDpOT_
61754
61762
  _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJS5_EEEvDpOT_
61755
61763
  _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE14_M_insert_rvalEN9__gnu_cxx17__normal_iteratorIPKS5_S7_EEOS5_
@@ -70745,6 +70753,7 @@ ngtcp2_verify_stateless_reset_token
70745
70753
  ngtcp2_version
70746
70754
  node_api_create_syntax_error
70747
70755
  node_api_get_module_file_name
70756
+ node_api_symbol_for
70748
70757
  node_api_throw_syntax_error
70749
70758
  node_module_register
70750
70759
  nodedbg_const_BaseObject__kInternalFieldCount__int
@@ -438,7 +438,12 @@ enum Flags : uint64_t {
438
438
  // $HOME/.node_modules and $NODE_PATH. This is used by standalone apps that
439
439
  // do not expect to have their behaviors changed because of globally
440
440
  // installed modules.
441
- kNoGlobalSearchPaths = 1 << 7
441
+ kNoGlobalSearchPaths = 1 << 7,
442
+ // Controls whether or not the Environment should call V8Inspector::create().
443
+ // This control is needed by embedders who may not want to initialize the V8
444
+ // inspector in situations where one has already been created,
445
+ // e.g. Blink's in Chromium.
446
+ kNoCreateInspector = 1 << 9
442
447
  };
443
448
  } // namespace EnvironmentFlags
444
449
 
@@ -23,8 +23,8 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 16
26
- #define NODE_MINOR_VERSION 14
27
- #define NODE_PATCH_VERSION 2
26
+ #define NODE_MINOR_VERSION 15
27
+ #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Gallium"
@@ -0,0 +1,57 @@
1
+ #undef OPENSSL_LINUX
2
+ #if defined(__linux) && !defined(__ANDROID__)
3
+ # define OPENSSL_LINUX 1
4
+ #endif
5
+
6
+ #if defined(OPENSSL_LINUX) && defined(__i386__)
7
+ # include "./archs/linux-elf/asm/include/openssl/asn1.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
+ # include "./archs/linux-x86_64/asm/include/openssl/asn1.h"
10
+ #elif defined(OPENSSL_LINUX) && defined(__arm__)
11
+ # include "./archs/linux-armv4/asm/include/openssl/asn1.h"
12
+ #elif defined(OPENSSL_LINUX) && defined(__aarch64__)
13
+ # include "./archs/linux-aarch64/asm/include/openssl/asn1.h"
14
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__)
15
+ # include "./archs/darwin-i386-cc/asm/include/openssl/asn1.h"
16
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__)
17
+ # include "./archs/darwin64-x86_64-cc/asm/include/openssl/asn1.h"
18
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__arm64__)
19
+ # include "./archs/darwin64-arm64-cc/asm/include/openssl/asn1.h"
20
+ #elif defined(_WIN32) && defined(_M_IX86)
21
+ # include "./archs/VC-WIN32/asm/include/openssl/asn1.h"
22
+ #elif defined(_WIN32) && defined(_M_X64)
23
+ # include "./archs/VC-WIN64A/asm/include/openssl/asn1.h"
24
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
25
+ # include "./archs/BSD-x86/asm/include/openssl/asn1.h"
26
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
27
+ # include "./archs/BSD-x86_64/asm/include/openssl/asn1.h"
28
+ #elif defined(__sun) && defined(__i386__)
29
+ # include "./archs/solaris-x86-gcc/asm/include/openssl/asn1.h"
30
+ #elif defined(__sun) && defined(__x86_64__)
31
+ # include "./archs/solaris64-x86_64-gcc/asm/include/openssl/asn1.h"
32
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
33
+ # include "./archs/linux-ppc64le/asm/include/openssl/asn1.h"
34
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__)
35
+ # include "./archs/linux-ppc64/asm/include/openssl/asn1.h"
36
+ #elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
37
+ # include "./archs/linux-ppc/asm/include/openssl/asn1.h"
38
+ #elif defined(_AIX) && defined(_ARCH_PPC64)
39
+ # include "./archs/aix64-gcc-as/asm/include/openssl/asn1.h"
40
+ #elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
41
+ # include "./archs/aix-gcc/asm/include/openssl/asn1.h"
42
+ #elif defined(OPENSSL_LINUX) && defined(__s390x__)
43
+ # include "./archs/linux64-s390x/asm/include/openssl/asn1.h"
44
+ #elif defined(OPENSSL_LINUX) && defined(__s390__)
45
+ # include "./archs/linux32-s390x/asm/include/openssl/asn1.h"
46
+ #else
47
+ # include "./archs/linux-elf/asm/include/openssl/asn1.h"
48
+ #endif
49
+
50
+ /* GOST is not included in all platform */
51
+ #ifndef OPENSSL_NO_GOST
52
+ # define OPENSSL_NO_GOST
53
+ #endif
54
+ /* HW_PADLOCK is not included in all platform */
55
+ #ifndef OPENSSL_NO_HW_PADLOCK
56
+ # define OPENSSL_NO_HW_PADLOCK
57
+ #endif
@@ -0,0 +1,59 @@
1
+ #undef OPENSSL_LINUX
2
+ #if defined(__linux) && !defined(__ANDROID__)
3
+ # define OPENSSL_LINUX 1
4
+ #endif
5
+
6
+ #if defined(OPENSSL_LINUX) && defined(__i386__)
7
+ # include "./archs/linux-elf/no-asm/include/openssl/asn1.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
+ # include "./archs/linux-x86_64/no-asm/include/openssl/asn1.h"
10
+ #elif defined(OPENSSL_LINUX) && defined(__arm__)
11
+ # include "./archs/linux-armv4/no-asm/include/openssl/asn1.h"
12
+ #elif defined(OPENSSL_LINUX) && defined(__aarch64__)
13
+ # include "./archs/linux-aarch64/no-asm/include/openssl/asn1.h"
14
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__)
15
+ # include "./archs/darwin-i386-cc/no-asm/include/openssl/asn1.h"
16
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__)
17
+ # include "./archs/darwin64-x86_64-cc/no-asm/include/openssl/asn1.h"
18
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__arm64__)
19
+ # include "./archs/darwin64-arm64-cc/no-asm/include/openssl/asn1.h"
20
+ #elif defined(_WIN32) && defined(_M_IX86)
21
+ # include "./archs/VC-WIN32/no-asm/include/openssl/asn1.h"
22
+ #elif defined(_WIN32) && defined(_M_X64)
23
+ # include "./archs/VC-WIN64A/no-asm/include/openssl/asn1.h"
24
+ #elif defined(_WIN32) && defined(_M_ARM64)
25
+ # include "./archs/VC-WIN64-ARM/no-asm/include/openssl/asn1.h"
26
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
27
+ # include "./archs/BSD-x86/no-asm/include/openssl/asn1.h"
28
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
29
+ # include "./archs/BSD-x86_64/no-asm/include/openssl/asn1.h"
30
+ #elif defined(__sun) && defined(__i386__)
31
+ # include "./archs/solaris-x86-gcc/no-asm/include/openssl/asn1.h"
32
+ #elif defined(__sun) && defined(__x86_64__)
33
+ # include "./archs/solaris64-x86_64-gcc/no-asm/include/openssl/asn1.h"
34
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
35
+ # include "./archs/linux-ppc64le/no-asm/include/openssl/asn1.h"
36
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__)
37
+ # include "./archs/linux-ppc64/no-asm/include/openssl/asn1.h"
38
+ #elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
39
+ # include "./archs/linux-ppc/no-asm/include/openssl/asn1.h"
40
+ #elif defined(_AIX) && defined(_ARCH_PPC64)
41
+ # include "./archs/aix64-gcc-as/no-asm/include/openssl/asn1.h"
42
+ #elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
43
+ # include "./archs/aix-gcc/no-asm/include/openssl/asn1.h"
44
+ #elif defined(OPENSSL_LINUX) && defined(__s390x__)
45
+ # include "./archs/linux64-s390x/no-asm/include/openssl/asn1.h"
46
+ #elif defined(OPENSSL_LINUX) && defined(__s390__)
47
+ # include "./archs/linux32-s390x/no-asm/include/openssl/asn1.h"
48
+ #else
49
+ # include "./archs/linux-elf/no-asm/include/openssl/asn1.h"
50
+ #endif
51
+
52
+ /* GOST is not included in all platform */
53
+ #ifndef OPENSSL_NO_GOST
54
+ # define OPENSSL_NO_GOST
55
+ #endif
56
+ /* HW_PADLOCK is not included in all platform */
57
+ #ifndef OPENSSL_NO_HW_PADLOCK
58
+ # define OPENSSL_NO_HW_PADLOCK
59
+ #endif
@@ -0,0 +1,57 @@
1
+ #undef OPENSSL_LINUX
2
+ #if defined(__linux) && !defined(__ANDROID__)
3
+ # define OPENSSL_LINUX 1
4
+ #endif
5
+
6
+ #if defined(OPENSSL_LINUX) && defined(__i386__)
7
+ # include "./archs/linux-elf/asm/include/openssl/asn1t.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
+ # include "./archs/linux-x86_64/asm/include/openssl/asn1t.h"
10
+ #elif defined(OPENSSL_LINUX) && defined(__arm__)
11
+ # include "./archs/linux-armv4/asm/include/openssl/asn1t.h"
12
+ #elif defined(OPENSSL_LINUX) && defined(__aarch64__)
13
+ # include "./archs/linux-aarch64/asm/include/openssl/asn1t.h"
14
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__)
15
+ # include "./archs/darwin-i386-cc/asm/include/openssl/asn1t.h"
16
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__)
17
+ # include "./archs/darwin64-x86_64-cc/asm/include/openssl/asn1t.h"
18
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__arm64__)
19
+ # include "./archs/darwin64-arm64-cc/asm/include/openssl/asn1t.h"
20
+ #elif defined(_WIN32) && defined(_M_IX86)
21
+ # include "./archs/VC-WIN32/asm/include/openssl/asn1t.h"
22
+ #elif defined(_WIN32) && defined(_M_X64)
23
+ # include "./archs/VC-WIN64A/asm/include/openssl/asn1t.h"
24
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
25
+ # include "./archs/BSD-x86/asm/include/openssl/asn1t.h"
26
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
27
+ # include "./archs/BSD-x86_64/asm/include/openssl/asn1t.h"
28
+ #elif defined(__sun) && defined(__i386__)
29
+ # include "./archs/solaris-x86-gcc/asm/include/openssl/asn1t.h"
30
+ #elif defined(__sun) && defined(__x86_64__)
31
+ # include "./archs/solaris64-x86_64-gcc/asm/include/openssl/asn1t.h"
32
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
33
+ # include "./archs/linux-ppc64le/asm/include/openssl/asn1t.h"
34
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__)
35
+ # include "./archs/linux-ppc64/asm/include/openssl/asn1t.h"
36
+ #elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
37
+ # include "./archs/linux-ppc/asm/include/openssl/asn1t.h"
38
+ #elif defined(_AIX) && defined(_ARCH_PPC64)
39
+ # include "./archs/aix64-gcc-as/asm/include/openssl/asn1t.h"
40
+ #elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
41
+ # include "./archs/aix-gcc/asm/include/openssl/asn1t.h"
42
+ #elif defined(OPENSSL_LINUX) && defined(__s390x__)
43
+ # include "./archs/linux64-s390x/asm/include/openssl/asn1t.h"
44
+ #elif defined(OPENSSL_LINUX) && defined(__s390__)
45
+ # include "./archs/linux32-s390x/asm/include/openssl/asn1t.h"
46
+ #else
47
+ # include "./archs/linux-elf/asm/include/openssl/asn1t.h"
48
+ #endif
49
+
50
+ /* GOST is not included in all platform */
51
+ #ifndef OPENSSL_NO_GOST
52
+ # define OPENSSL_NO_GOST
53
+ #endif
54
+ /* HW_PADLOCK is not included in all platform */
55
+ #ifndef OPENSSL_NO_HW_PADLOCK
56
+ # define OPENSSL_NO_HW_PADLOCK
57
+ #endif
@@ -0,0 +1,59 @@
1
+ #undef OPENSSL_LINUX
2
+ #if defined(__linux) && !defined(__ANDROID__)
3
+ # define OPENSSL_LINUX 1
4
+ #endif
5
+
6
+ #if defined(OPENSSL_LINUX) && defined(__i386__)
7
+ # include "./archs/linux-elf/no-asm/include/openssl/asn1t.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
+ # include "./archs/linux-x86_64/no-asm/include/openssl/asn1t.h"
10
+ #elif defined(OPENSSL_LINUX) && defined(__arm__)
11
+ # include "./archs/linux-armv4/no-asm/include/openssl/asn1t.h"
12
+ #elif defined(OPENSSL_LINUX) && defined(__aarch64__)
13
+ # include "./archs/linux-aarch64/no-asm/include/openssl/asn1t.h"
14
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__)
15
+ # include "./archs/darwin-i386-cc/no-asm/include/openssl/asn1t.h"
16
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__)
17
+ # include "./archs/darwin64-x86_64-cc/no-asm/include/openssl/asn1t.h"
18
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__arm64__)
19
+ # include "./archs/darwin64-arm64-cc/no-asm/include/openssl/asn1t.h"
20
+ #elif defined(_WIN32) && defined(_M_IX86)
21
+ # include "./archs/VC-WIN32/no-asm/include/openssl/asn1t.h"
22
+ #elif defined(_WIN32) && defined(_M_X64)
23
+ # include "./archs/VC-WIN64A/no-asm/include/openssl/asn1t.h"
24
+ #elif defined(_WIN32) && defined(_M_ARM64)
25
+ # include "./archs/VC-WIN64-ARM/no-asm/include/openssl/asn1t.h"
26
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
27
+ # include "./archs/BSD-x86/no-asm/include/openssl/asn1t.h"
28
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
29
+ # include "./archs/BSD-x86_64/no-asm/include/openssl/asn1t.h"
30
+ #elif defined(__sun) && defined(__i386__)
31
+ # include "./archs/solaris-x86-gcc/no-asm/include/openssl/asn1t.h"
32
+ #elif defined(__sun) && defined(__x86_64__)
33
+ # include "./archs/solaris64-x86_64-gcc/no-asm/include/openssl/asn1t.h"
34
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
35
+ # include "./archs/linux-ppc64le/no-asm/include/openssl/asn1t.h"
36
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__)
37
+ # include "./archs/linux-ppc64/no-asm/include/openssl/asn1t.h"
38
+ #elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
39
+ # include "./archs/linux-ppc/no-asm/include/openssl/asn1t.h"
40
+ #elif defined(_AIX) && defined(_ARCH_PPC64)
41
+ # include "./archs/aix64-gcc-as/no-asm/include/openssl/asn1t.h"
42
+ #elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
43
+ # include "./archs/aix-gcc/no-asm/include/openssl/asn1t.h"
44
+ #elif defined(OPENSSL_LINUX) && defined(__s390x__)
45
+ # include "./archs/linux64-s390x/no-asm/include/openssl/asn1t.h"
46
+ #elif defined(OPENSSL_LINUX) && defined(__s390__)
47
+ # include "./archs/linux32-s390x/no-asm/include/openssl/asn1t.h"
48
+ #else
49
+ # include "./archs/linux-elf/no-asm/include/openssl/asn1t.h"
50
+ #endif
51
+
52
+ /* GOST is not included in all platform */
53
+ #ifndef OPENSSL_NO_GOST
54
+ # define OPENSSL_NO_GOST
55
+ #endif
56
+ /* HW_PADLOCK is not included in all platform */
57
+ #ifndef OPENSSL_NO_HW_PADLOCK
58
+ # define OPENSSL_NO_HW_PADLOCK
59
+ #endif
@@ -0,0 +1,57 @@
1
+ #undef OPENSSL_LINUX
2
+ #if defined(__linux) && !defined(__ANDROID__)
3
+ # define OPENSSL_LINUX 1
4
+ #endif
5
+
6
+ #if defined(OPENSSL_LINUX) && defined(__i386__)
7
+ # include "./archs/linux-elf/asm/include/openssl/bio.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
+ # include "./archs/linux-x86_64/asm/include/openssl/bio.h"
10
+ #elif defined(OPENSSL_LINUX) && defined(__arm__)
11
+ # include "./archs/linux-armv4/asm/include/openssl/bio.h"
12
+ #elif defined(OPENSSL_LINUX) && defined(__aarch64__)
13
+ # include "./archs/linux-aarch64/asm/include/openssl/bio.h"
14
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__)
15
+ # include "./archs/darwin-i386-cc/asm/include/openssl/bio.h"
16
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__)
17
+ # include "./archs/darwin64-x86_64-cc/asm/include/openssl/bio.h"
18
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__arm64__)
19
+ # include "./archs/darwin64-arm64-cc/asm/include/openssl/bio.h"
20
+ #elif defined(_WIN32) && defined(_M_IX86)
21
+ # include "./archs/VC-WIN32/asm/include/openssl/bio.h"
22
+ #elif defined(_WIN32) && defined(_M_X64)
23
+ # include "./archs/VC-WIN64A/asm/include/openssl/bio.h"
24
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
25
+ # include "./archs/BSD-x86/asm/include/openssl/bio.h"
26
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
27
+ # include "./archs/BSD-x86_64/asm/include/openssl/bio.h"
28
+ #elif defined(__sun) && defined(__i386__)
29
+ # include "./archs/solaris-x86-gcc/asm/include/openssl/bio.h"
30
+ #elif defined(__sun) && defined(__x86_64__)
31
+ # include "./archs/solaris64-x86_64-gcc/asm/include/openssl/bio.h"
32
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
33
+ # include "./archs/linux-ppc64le/asm/include/openssl/bio.h"
34
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__)
35
+ # include "./archs/linux-ppc64/asm/include/openssl/bio.h"
36
+ #elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
37
+ # include "./archs/linux-ppc/asm/include/openssl/bio.h"
38
+ #elif defined(_AIX) && defined(_ARCH_PPC64)
39
+ # include "./archs/aix64-gcc-as/asm/include/openssl/bio.h"
40
+ #elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
41
+ # include "./archs/aix-gcc/asm/include/openssl/bio.h"
42
+ #elif defined(OPENSSL_LINUX) && defined(__s390x__)
43
+ # include "./archs/linux64-s390x/asm/include/openssl/bio.h"
44
+ #elif defined(OPENSSL_LINUX) && defined(__s390__)
45
+ # include "./archs/linux32-s390x/asm/include/openssl/bio.h"
46
+ #else
47
+ # include "./archs/linux-elf/asm/include/openssl/bio.h"
48
+ #endif
49
+
50
+ /* GOST is not included in all platform */
51
+ #ifndef OPENSSL_NO_GOST
52
+ # define OPENSSL_NO_GOST
53
+ #endif
54
+ /* HW_PADLOCK is not included in all platform */
55
+ #ifndef OPENSSL_NO_HW_PADLOCK
56
+ # define OPENSSL_NO_HW_PADLOCK
57
+ #endif
@@ -0,0 +1,59 @@
1
+ #undef OPENSSL_LINUX
2
+ #if defined(__linux) && !defined(__ANDROID__)
3
+ # define OPENSSL_LINUX 1
4
+ #endif
5
+
6
+ #if defined(OPENSSL_LINUX) && defined(__i386__)
7
+ # include "./archs/linux-elf/no-asm/include/openssl/bio.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
+ # include "./archs/linux-x86_64/no-asm/include/openssl/bio.h"
10
+ #elif defined(OPENSSL_LINUX) && defined(__arm__)
11
+ # include "./archs/linux-armv4/no-asm/include/openssl/bio.h"
12
+ #elif defined(OPENSSL_LINUX) && defined(__aarch64__)
13
+ # include "./archs/linux-aarch64/no-asm/include/openssl/bio.h"
14
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__)
15
+ # include "./archs/darwin-i386-cc/no-asm/include/openssl/bio.h"
16
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__)
17
+ # include "./archs/darwin64-x86_64-cc/no-asm/include/openssl/bio.h"
18
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__arm64__)
19
+ # include "./archs/darwin64-arm64-cc/no-asm/include/openssl/bio.h"
20
+ #elif defined(_WIN32) && defined(_M_IX86)
21
+ # include "./archs/VC-WIN32/no-asm/include/openssl/bio.h"
22
+ #elif defined(_WIN32) && defined(_M_X64)
23
+ # include "./archs/VC-WIN64A/no-asm/include/openssl/bio.h"
24
+ #elif defined(_WIN32) && defined(_M_ARM64)
25
+ # include "./archs/VC-WIN64-ARM/no-asm/include/openssl/bio.h"
26
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
27
+ # include "./archs/BSD-x86/no-asm/include/openssl/bio.h"
28
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
29
+ # include "./archs/BSD-x86_64/no-asm/include/openssl/bio.h"
30
+ #elif defined(__sun) && defined(__i386__)
31
+ # include "./archs/solaris-x86-gcc/no-asm/include/openssl/bio.h"
32
+ #elif defined(__sun) && defined(__x86_64__)
33
+ # include "./archs/solaris64-x86_64-gcc/no-asm/include/openssl/bio.h"
34
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
35
+ # include "./archs/linux-ppc64le/no-asm/include/openssl/bio.h"
36
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__)
37
+ # include "./archs/linux-ppc64/no-asm/include/openssl/bio.h"
38
+ #elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
39
+ # include "./archs/linux-ppc/no-asm/include/openssl/bio.h"
40
+ #elif defined(_AIX) && defined(_ARCH_PPC64)
41
+ # include "./archs/aix64-gcc-as/no-asm/include/openssl/bio.h"
42
+ #elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
43
+ # include "./archs/aix-gcc/no-asm/include/openssl/bio.h"
44
+ #elif defined(OPENSSL_LINUX) && defined(__s390x__)
45
+ # include "./archs/linux64-s390x/no-asm/include/openssl/bio.h"
46
+ #elif defined(OPENSSL_LINUX) && defined(__s390__)
47
+ # include "./archs/linux32-s390x/no-asm/include/openssl/bio.h"
48
+ #else
49
+ # include "./archs/linux-elf/no-asm/include/openssl/bio.h"
50
+ #endif
51
+
52
+ /* GOST is not included in all platform */
53
+ #ifndef OPENSSL_NO_GOST
54
+ # define OPENSSL_NO_GOST
55
+ #endif
56
+ /* HW_PADLOCK is not included in all platform */
57
+ #ifndef OPENSSL_NO_HW_PADLOCK
58
+ # define OPENSSL_NO_HW_PADLOCK
59
+ #endif
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/asm/crypto/include/internal/bn_conf.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/asm/crypto/include/internal/bn_conf.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/asm/crypto/include/internal/bn_conf.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)
@@ -5,8 +5,6 @@
5
5
 
6
6
  #if defined(OPENSSL_LINUX) && defined(__i386__)
7
7
  # include "./archs/linux-elf/no-asm/crypto/include/internal/bn_conf.h"
8
- #elif defined(OPENSSL_LINUX) && defined(__ILP32__)
9
- # include "./archs/linux-x32/no-asm/crypto/include/internal/bn_conf.h"
10
8
  #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
11
9
  # include "./archs/linux-x86_64/no-asm/crypto/include/internal/bn_conf.h"
12
10
  #elif defined(OPENSSL_LINUX) && defined(__arm__)