Added
Link Here
|
0 |
- |
1 |
--- vendor/openssl-sys/build/main.rs.orig 2023-06-29 11:05:22 UTC |
|
|
2 |
+++ vendor/openssl-sys/build/main.rs |
3 |
@@ -284,6 +284,8 @@ See rust-openssl documentation for more information: |
4 |
(3, 6, _) => ('3', '6', 'x'), |
5 |
(3, 7, 0) => ('3', '7', '0'), |
6 |
(3, 7, 1) => ('3', '7', '1'), |
7 |
+ (3, 7, 2) => ('3', '7', '2'), |
8 |
+ (3, 7, 3) => ('3', '7', '3'), |
9 |
_ => version_error(), |
10 |
}; |
11 |
|
12 |
@@ -326,7 +328,7 @@ fn version_error() -> ! { |
13 |
" |
14 |
|
15 |
This crate is only compatible with OpenSSL (version 1.0.1 through 1.1.1, or 3.0.0), or LibreSSL 2.5 |
16 |
-through 3.7.1, but a different version of OpenSSL was found. The build is now aborting |
17 |
+through 3.7.3, but a different version of OpenSSL was found. The build is now aborting |
18 |
due to this version mismatch. |
19 |
|
20 |
" |