Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > media > core-release-src > by-pkgid > bc9a93e89dcac53691f2f1614b942184 > files > 21

quictls-3.1.5-1.mga10.src.rpm

--- openssl-openssl-3.0.5-quic1/Configurations/platform/Unix.pm	2022-11-04 12:37:02.764573127 +0100
+++ openssl-openssl-3.0.5-quic1/Configurations/platform/Unix.pm	2022-11-04 12:38:53.004368581 +0100
@@ -50,7 +50,8 @@ sub staticname {
 
     # We currently return the same name anyway...  but we might choose to
     # append '_static' or '_a' some time in the future.
-    return platform::BASE->staticname($_[1]);
+#   return platform::BASE->staticname($_[1]);
+    return platform::BASE::__concat(platform::BASE->staticname($_[1]),("-quic" // ''));
 }
 
 sub sharedname {