We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6ee05 commit a3d9621Copy full SHA for a3d9621
cookbooks/ros2_windows/recipes/openssl.rb
@@ -1,8 +1,8 @@
1
openssl_versions = {
2
"dashing" => "1_0_2u",
3
"eloquent" => "1_0_2u",
4
- "foxy" => "1_1_1h",
5
- "rolling" => "1_1_1h",
+ "foxy" => "1_1_1i",
+ "rolling" => "1_1_1i",
6
}.freeze
7
8
openssl_version = openssl_versions[node["ros2_windows"]["ros_distro"]]
0 commit comments