Skip to content

Commit f9027b7

Browse files
committed
LibreSSL 4.0.0 is released & stable
1 parent 1b51ba5 commit f9027b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

openssl-sys/build/main.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,8 @@ See rust-openssl documentation for more information:
380380
(3, 8, _) => ('3', '8', 'x'),
381381
(3, 9, 0) => ('3', '9', '0'),
382382
(3, 9, _) => ('3', '9', 'x'),
383+
(4, 0, 0) => ('4', '0', '0'),
384+
(4, 0, _) => ('4', '0', 'x'),
383385
_ => version_error(),
384386
};
385387

@@ -422,7 +424,7 @@ fn version_error() -> ! {
422424
"
423425
424426
This crate is only compatible with OpenSSL (version 1.0.1 through 1.1.1, or 3), or LibreSSL 2.5
425-
through 3.9.x, but a different version of OpenSSL was found. The build is now aborting
427+
through 4.0.x, but a different version of OpenSSL was found. The build is now aborting
426428
due to this version mismatch.
427429
428430
"

0 commit comments

Comments
 (0)