node-aix-ppc64 16.15.0 → 16.15.1

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 (73) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/README.md +6 -0
  3. package/bin/node +0 -0
  4. package/include/node/common.gypi +1 -1
  5. package/include/node/node.exp +13 -13
  6. package/include/node/node_version.h +1 -1
  7. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  8. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  64. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/opensslv.h +4 -3
  73. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,6 +9,7 @@
9
9
  </tr>
10
10
  <tr>
11
11
  <td valign="top">
12
+ <a href="#16.15.1">16.15.1</a><br/>
12
13
  <a href="#16.15.0">16.15.0</a><br/>
13
14
  <a href="#16.14.2">16.14.2</a><br/>
14
15
  <a href="#16.14.1">16.14.1</a><br/>
@@ -60,6 +61,37 @@
60
61
  * [io.js](CHANGELOG_IOJS.md)
61
62
  * [Archive](CHANGELOG_ARCHIVE.md)
62
63
 
64
+ <a id="16.15.1"></a>
65
+
66
+ ## 2022-06-01, Version 16.15.1 'Gallium' (LTS), @BethGriggs prepared by @juanarbol
67
+
68
+ ### Notable Changes
69
+
70
+ * **deps**:
71
+ * upgrade npm to 8.11.0 (<npm-cli+bot@github.com>) [#43210](https://github.com/nodejs/node/pull/43210)
72
+
73
+ * **docs**:
74
+ * add release key for RafaelGSS (Rafael Gonzaga) [#43131](https://github.com/nodejs/node/pull/43131)
75
+ * add release key for Juan Arboleda (Juan José) [#42961](https://github.com/nodejs/node/pull/42961)
76
+
77
+ ### Commits
78
+
79
+ * \[[`f7c4ce2255`](https://github.com/nodejs/node/commit/f7c4ce2255)] - **deps**: V8: cherry-pick 3ebf2052a1b2 (Liu Yu) [#43147](https://github.com/nodejs/node/pull/43147)
80
+ * \[[`447f9a0e2e`](https://github.com/nodejs/node/commit/447f9a0e2e)] - **deps**: upgrade npm to 8.11.0 (<npm-cli+bot@github.com>) [#43210](https://github.com/nodejs/node/pull/43210)
81
+ * \[[`68572bdea2`](https://github.com/nodejs/node/commit/68572bdea2)] - **deps**: upgrade npm to 8.10.0 (<npm-cli+bot@github.com>) [#43061](https://github.com/nodejs/node/pull/43061)
82
+ * \[[`3dfc632f12`](https://github.com/nodejs/node/commit/3dfc632f12)] - **deps**: upgrade npm to 8.9.0 (npm-robot) [#42968](https://github.com/nodejs/node/pull/42968)
83
+ * \[[`a746943fcb`](https://github.com/nodejs/node/commit/a746943fcb)] - **deps**: update archs files for OpenSSL-1.1.1o (RafaelGSS) [#42957](https://github.com/nodejs/node/pull/42957)
84
+ * \[[`6efc844922`](https://github.com/nodejs/node/commit/6efc844922)] - **deps**: upgrade openssl sources to OpenSSL\_1\_1\_1o (RafaelGSS) [#42957](https://github.com/nodejs/node/pull/42957)
85
+ * \[[`3ceeb574c3`](https://github.com/nodejs/node/commit/3ceeb574c3)] - **deps**: upgrade npm to 8.8.0 (npm-robot) [#42886](https://github.com/nodejs/node/pull/42886)
86
+ * \[[`f8b2156e07`](https://github.com/nodejs/node/commit/f8b2156e07)] - **deps**: upgrade npm to 8.7.0 (<ops+robot@npmjs.com>) [#42744](https://github.com/nodejs/node/pull/42744)
87
+ * \[[`898b4751e9`](https://github.com/nodejs/node/commit/898b4751e9)] - **deps**: upgrade npm to 8.6.0 (npm team) [#42550](https://github.com/nodejs/node/pull/42550)
88
+ * \[[`617f64a1cd`](https://github.com/nodejs/node/commit/617f64a1cd)] - **doc**: add release key for RafaelGSS (Rafael Gonzaga) [#43131](https://github.com/nodejs/node/pull/43131)
89
+ * \[[`e1b47e6e3d`](https://github.com/nodejs/node/commit/e1b47e6e3d)] - **doc**: add release key for Juan Arboleda (Juan José) [#42961](https://github.com/nodejs/node/pull/42961)
90
+ * \[[`4185f1f466`](https://github.com/nodejs/node/commit/4185f1f466)] - **src,inspector**: fix empty MaybeLocal crash (Darshan Sen) [#42409](https://github.com/nodejs/node/pull/42409)
91
+ * \[[`f11b3cfc6a`](https://github.com/nodejs/node/commit/f11b3cfc6a)] - **test**: delete test/pummel/test-repl-empty-maybelocal-crash.js (Darshan Sen) [#42720](https://github.com/nodejs/node/pull/42720)
92
+ * \[[`feac215e4e`](https://github.com/nodejs/node/commit/feac215e4e)] - **tools**: disable trap handler for Windows cross-compiler (Michaël Zasso) [#40488](https://github.com/nodejs/node/pull/40488)
93
+ * \[[`47cdddf59b`](https://github.com/nodejs/node/commit/47cdddf59b)] - **tools**: update V8 gypfiles for 9.6 (Michaël Zasso) [#40488](https://github.com/nodejs/node/pull/40488)
94
+
63
95
  <a id="16.15.0"></a>
64
96
 
65
97
  ## 2022-04-26, Version 16.15.0 'Gallium' (LTS), @danielleadams
package/README.md CHANGED
@@ -669,10 +669,14 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
669
669
  `74F12602B6F1C4E913FAA37AD3A89613643B6201`
670
670
  * **James M Snell** <<jasnell@keybase.io>>
671
671
  `71DCFD284A79C3B38668286BC97EC7A07EDE3FC1`
672
+ * **Juan José Arboleda** <<soyjuanarbol@gmail.com>>
673
+ `61FC681DFB92A079F1685E77973F295594EC4689`
672
674
  * **Michaël Zasso** <<targos@protonmail.com>>
673
675
  `8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
674
676
  * **Myles Borins** <<myles.borins@gmail.com>>
675
677
  `C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8`
678
+ * **RafaelGSS** <<rafael.nunu@hotmail.com>>
679
+ `890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4`
676
680
  * **Richard Lau** <<rlau@redhat.com>>
677
681
  `C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C`
678
682
  * **Rod Vagg** <<rod@vagg.org>>
@@ -693,8 +697,10 @@ gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405
693
697
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
694
698
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
695
699
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
700
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 61FC681DFB92A079F1685E77973F295594EC4689
696
701
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
697
702
  gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
703
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4
698
704
  gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
699
705
  gpg --keyserver hkps://keys.openpgp.org --recv-keys DD8F2338BAE7501E3DD5AC78C273792F7D83545D
700
706
  gpg --keyserver hkps://keys.openpgp.org --recv-keys A48C2BEE680E841632CD4E44F07496B3EB3C1762
package/bin/node CHANGED
Binary file
@@ -36,7 +36,7 @@
36
36
 
37
37
  # Reset this number to 0 on major V8 upgrades.
38
38
  # Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.20',
39
+ 'v8_embedder_string': '-node.21',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -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_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
4903
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_FB5499C7_0xa880af154393b2c3
4904
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FB5499C7_0xec637d00db2b2f7c
4905
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0x93d8994fe3769b23
4906
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_DFF67DD7_0x6549f6c82fa8f0b3
4907
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_87E8306D_0x32ceaf94c030027
4908
+ _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_87E8306D_0xb6f172afc0653718
4909
+ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FB5499C7_0xa5c6564e7a3ccc79
4910
+ _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x629e1f0de8c5930
4911
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FB5499C7_0x9bc365ea77de7354
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_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
5909
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FB5499C7_0x26d290e58137290
5910
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_DFF67DD7_0x475e07b5f44d1156
5911
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_intl_objects_tq_csa.cc_FB5499C7_0xbf0e8dbcc33b41a7
5912
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FB5499C7_0x864e8d5f0ee9425b
5913
5913
  _GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
5914
5914
  _GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
5915
5915
  _HZData_70
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 16
26
26
  #define NODE_MINOR_VERSION 15
27
- #define NODE_PATCH_VERSION 0
27
+ #define NODE_PATCH_VERSION 1
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Gallium"
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Mar 15 19:21:51 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:55:35 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Mar 15 19:21:54 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:55:37 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Mar 15 19:21:57 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:55:40 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Mar 15 19:21:59 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:55:41 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Mar 15 19:22:05 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:55:45 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Mar 15 19:22:12 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:55:50 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Mar 15 19:26:23 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:57:31 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Mar 15 19:26:29 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:57:33 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Mar 15 19:26:35 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:57:35 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: VC-WIN64-ARM"
14
- #define DATE "built on: Tue Mar 15 19:26:38 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:57:36 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Mar 15 19:25:52 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:57:20 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Mar 15 19:26:06 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:57:25 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Mar 15 19:26:20 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:57:30 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix-gcc"
14
- #define DATE "built on: Tue Mar 15 19:21:36 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:55:25 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix-gcc"
14
- #define DATE "built on: Tue Mar 15 19:21:39 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:55:27 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix-gcc"
14
- #define DATE "built on: Tue Mar 15 19:21:41 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:55:29 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix64-gcc"
14
- #define DATE "built on: Tue Mar 15 19:21:43 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:55:30 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix64-gcc"
14
- #define DATE "built on: Tue Mar 15 19:21:46 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:55:32 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix64-gcc"
14
- #define DATE "built on: Tue Mar 15 19:21:49 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:55:34 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin-i386-cc"
14
- #define DATE "built on: Tue Mar 15 19:22:29 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:01 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin-i386-cc"
14
- #define DATE "built on: Tue Mar 15 19:22:33 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:03 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin-i386-cc"
14
- #define DATE "built on: Tue Mar 15 19:22:36 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:05 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-arm64-cc"
14
- #define DATE "built on: Tue Mar 15 19:22:38 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:07 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-arm64-cc"
14
- #define DATE "built on: Tue Mar 15 19:22:40 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:08 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-arm64-cc"
14
- #define DATE "built on: Tue Mar 15 19:22:43 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:10 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-x86_64-cc"
14
- #define DATE "built on: Tue Mar 15 19:22:14 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:55:51 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-x86_64-cc"
14
- #define DATE "built on: Tue Mar 15 19:22:21 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:55:55 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-x86_64-cc"
14
- #define DATE "built on: Tue Mar 15 19:22:27 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:00 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-aarch64"
14
- #define DATE "built on: Tue Mar 15 19:22:45 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:12 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-aarch64"
14
- #define DATE "built on: Tue Mar 15 19:22:48 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:13 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-aarch64"
14
- #define DATE "built on: Tue Mar 15 19:22:51 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:15 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-armv4"
14
- #define DATE "built on: Tue Mar 15 19:22:52 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:17 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-armv4"
14
- #define DATE "built on: Tue Mar 15 19:22:55 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:19 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-armv4"
14
- #define DATE "built on: Tue Mar 15 19:22:58 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:20 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-elf"
14
- #define DATE "built on: Tue Mar 15 19:23:00 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:22 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-elf"
14
- #define DATE "built on: Tue Mar 15 19:23:03 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:24 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-elf"
14
- #define DATE "built on: Tue Mar 15 19:23:06 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:26 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc"
14
- #define DATE "built on: Tue Mar 15 19:23:43 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:37 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc"
14
- #define DATE "built on: Tue Mar 15 19:23:48 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:39 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc"
14
- #define DATE "built on: Tue Mar 15 19:23:53 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:41 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc64"
14
- #define DATE "built on: Tue Mar 15 19:23:57 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:42 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc64"
14
- #define DATE "built on: Tue Mar 15 19:24:03 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:44 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc64"
14
- #define DATE "built on: Tue Mar 15 19:24:09 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:46 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc64le"
14
- #define DATE "built on: Tue Mar 15 19:24:12 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:47 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc64le"
14
- #define DATE "built on: Tue Mar 15 19:24:18 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:49 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc64le"
14
- #define DATE "built on: Tue Mar 15 19:24:24 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:51 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-x86_64"
14
- #define DATE "built on: Tue Mar 15 19:23:23 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:27 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-x86_64"
14
- #define DATE "built on: Tue Mar 15 19:23:30 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:32 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-x86_64"
14
- #define DATE "built on: Tue Mar 15 19:23:39 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:36 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux32-s390x"
14
- #define DATE "built on: Tue Mar 15 19:24:28 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:53 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux32-s390x"
14
- #define DATE "built on: Tue Mar 15 19:24:32 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:54 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux32-s390x"
14
- #define DATE "built on: Tue Mar 15 19:24:36 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:55 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux64-mips64"
14
- #define DATE "built on: Tue Mar 15 19:24:52 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:57:01 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux64-mips64"
14
- #define DATE "built on: Tue Mar 15 19:24:56 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:57:02 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux64-mips64"
14
- #define DATE "built on: Tue Mar 15 19:25:01 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:57:04 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux64-riscv64"
14
- #define DATE "built on: Tue Mar 15 19:26:41 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:57:37 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux64-s390x"
14
- #define DATE "built on: Tue Mar 15 19:24:40 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:57 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux64-s390x"
14
- #define DATE "built on: Tue Mar 15 19:24:44 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:56:58 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux64-s390x"
14
- #define DATE "built on: Tue Mar 15 19:24:49 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:57:00 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris-x86-gcc"
14
- #define DATE "built on: Tue Mar 15 19:25:04 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:57:05 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris-x86-gcc"
14
- #define DATE "built on: Tue Mar 15 19:25:11 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:57:07 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris-x86-gcc"
14
- #define DATE "built on: Tue Mar 15 19:25:17 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:57:09 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris64-x86_64-gcc"
14
- #define DATE "built on: Tue Mar 15 19:25:21 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:57:10 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris64-x86_64-gcc"
14
- #define DATE "built on: Tue Mar 15 19:25:35 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:57:15 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris64-x86_64-gcc"
14
- #define DATE "built on: Tue Mar 15 19:25:48 2022 UTC"
14
+ #define DATE "built on: Tue May 3 19:57:19 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1999-2022 The OpenSSL Project Authors. All Rights Reserved.
3
3
  *
4
4
  * Licensed under the OpenSSL license (the "License"). You may not use
5
5
  * this file except in compliance with the License. You can obtain a copy
@@ -39,8 +39,9 @@ extern "C" {
39
39
  * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
40
40
  * major minor fix final patch/beta)
41
41
  */
42
- # define OPENSSL_VERSION_NUMBER 0x101010efL
43
- # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1n+quic 15 Mar 2022"
42
+
43
+ # define OPENSSL_VERSION_NUMBER 0x101010ffL
44
+ # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1o+quic 3 May 2022"
44
45
 
45
46
  /*-
46
47
  * The macros below are to be used for shared library (.so, .dll, ...)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-aix-ppc64",
3
- "version": "v16.15.0",
3
+ "version": "v16.15.1",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"