Skip to content

Commit

Permalink
Bump to LibreSSL 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bilaliscarioth authored Oct 10, 2024
1 parent 1b51ba5 commit b8b69bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openssl-sys/build/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,8 @@ See rust-openssl documentation for more information:
(3, 8, _) => ('3', '8', 'x'),
(3, 9, 0) => ('3', '9', '0'),
(3, 9, _) => ('3', '9', 'x'),
(4, 0, 0) => ('4', '0', '0'),
(4, 0, _) => ('4', '0', 'x'),
_ => version_error(),
};

Expand Down

0 comments on commit b8b69bf

Please sign in to comment.