aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororbea <orbea@riseup.net>2024-10-15 13:02:13 -0700
committerorbea <orbea@riseup.net>2024-10-15 13:08:03 -0700
commitdeb8b2d1d1414efd90b557701193e7e28567a967 (patch)
tree493e333d45ed4e07ab8b6e8f1b053158e68c175f
parentdev-libs/openssl: add 4.0.0 (diff)
downloadlibressl-deb8b2d1d1414efd90b557701193e7e28567a967.tar.gz
libressl-deb8b2d1d1414efd90b557701193e7e28567a967.tar.bz2
libressl-deb8b2d1d1414efd90b557701193e7e28567a967.zip
dev-lang/rust: update libressl patch
Signed-off-by: orbea <orbea@riseup.net>
-rw-r--r--dev-lang/rust/files/1.72.0-libressl-openssl-sys.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/files/1.72.0-libressl-openssl-sys.patch b/dev-lang/rust/files/1.72.0-libressl-openssl-sys.patch
index 2d03b58..2bb3403 100644
--- a/dev-lang/rust/files/1.72.0-libressl-openssl-sys.patch
+++ b/dev-lang/rust/files/1.72.0-libressl-openssl-sys.patch
@@ -4,7 +4,7 @@
(3, 7, 1) => ('3', '7', '1'),
(3, 7, _) => ('3', '7', 'x'),
(3, 8, 0) => ('3', '8', '0'),
-+ (3, _, _) => ('3', 'x', 'x'),
++ (_, _, _) => ('x', 'x', 'x'),
_ => version_error(),
};