Commit 6064ce8c authored by missytake's avatar missytake Committed by Charlie Li
Browse files

Don't panic for libreSSL 3.2.1

parent 4d64b75c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -222,6 +222,7 @@ See rust-openssl README for more information:
            (3, 1, 0) => ('3', '1', '0'),
            (3, 1, _) => ('3', '1', 'x'),
            (3, 2, 0) => ('3', '2', '0'),
            (3, 2, 1) => ('3', '2', '0'),
            _ => version_error(),
        };