Skip to content

Commit a3d9621

Browse files
authored
Update openssl for foxy/rolling to 1.1.1i (#22)
Signed-off-by: Stephen Brawner <[email protected]>
1 parent 9a6ee05 commit a3d9621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbooks/ros2_windows/recipes/openssl.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
openssl_versions = {
22
"dashing" => "1_0_2u",
33
"eloquent" => "1_0_2u",
4-
"foxy" => "1_1_1h",
5-
"rolling" => "1_1_1h",
4+
"foxy" => "1_1_1i",
5+
"rolling" => "1_1_1i",
66
}.freeze
77

88
openssl_version = openssl_versions[node["ros2_windows"]["ros_distro"]]

0 commit comments

Comments
 (0)