Loading openssl-sys/build/main.rs +2 −1 Original line number Diff line number Diff line Loading @@ -223,6 +223,7 @@ See rust-openssl README for more information: (3, 1, _) => ('3', '1', 'x'), (3, 2, 0) => ('3', '2', '0'), (3, 2, 1) => ('3', '2', '1'), (3, 2, _) => ('3', '2', 'x'), _ => version_error(), }; Loading Loading @@ -263,7 +264,7 @@ fn version_error() -> ! { " This crate is only compatible with OpenSSL 1.0.1 through 1.1.1, or LibreSSL 2.5 through 3.2.1, but a different version of OpenSSL was found. The build is now aborting through 3.2.x, but a different version of OpenSSL was found. The build is now aborting due to this version mismatch. " Loading Loading
openssl-sys/build/main.rs +2 −1 Original line number Diff line number Diff line Loading @@ -223,6 +223,7 @@ See rust-openssl README for more information: (3, 1, _) => ('3', '1', 'x'), (3, 2, 0) => ('3', '2', '0'), (3, 2, 1) => ('3', '2', '1'), (3, 2, _) => ('3', '2', 'x'), _ => version_error(), }; Loading Loading @@ -263,7 +264,7 @@ fn version_error() -> ! { " This crate is only compatible with OpenSSL 1.0.1 through 1.1.1, or LibreSSL 2.5 through 3.2.1, but a different version of OpenSSL was found. The build is now aborting through 3.2.x, but a different version of OpenSSL was found. The build is now aborting due to this version mismatch. " Loading