Skip to content

Commit b054144

Browse files
committed
Whitelist libressl 4.1.0 (stable release)
Fixes #2397
1 parent 6a45982 commit b054144

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openssl-sys/build/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,8 @@ See rust-openssl documentation for more information:
449449
(3, 9, _) => ('3', '9', 'x'),
450450
(4, 0, 0) => ('4', '0', '0'),
451451
(4, 0, _) => ('4', '0', 'x'),
452+
(4, 1, 0) => ('4', '1', '0'),
453+
(4, 1, _) => ('4', '1', 'x'),
452454
_ => version_error(),
453455
};
454456

0 commit comments

Comments
 (0)