moving packages
This commit is contained in:
parent
d2235a7fc5
commit
7488ce0293
48 changed files with 0 additions and 0 deletions
10
base/rust/libressl.patch
Normal file
10
base/rust/libressl.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/vendor/openssl-sys/build/main.rs
|
||||
+++ b/vendor/openssl-sys/build/main.rs
|
||||
@@ -232,6 +232,7 @@
|
||||
(3, 2, _) => ('3', '2', 'x'),
|
||||
(3, 3, 0) => ('3', '3', '0'),
|
||||
(3, 3, 1) => ('3', '3', '1'),
|
||||
+ (3, 3, 2) => ('3', '3', '2'),
|
||||
_ => version_error(),
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue