X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=Configurations%2F00-base-templates.conf;h=c28e4e1b515e3b23ff28f21e728299270573b17c;hp=0211a8c936f888c5dd07952e109c0a9348f3b380;hb=34da11b39d2421f546ec568f355875eec353844c;hpb=ef5b8296a1e29013281d655914fe1b778030fb01 diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf index 0211a8c936..c28e4e1b51 100644 --- a/Configurations/00-base-templates.conf +++ b/Configurations/00-base-templates.conf @@ -80,7 +80,7 @@ sub { unless ($disabled{zlib}) { if (defined($disabled{"zlib-dynamic"})) { - return $withargs{zlib_lib} || "zlib1.lib"; + return $withargs{zlib_lib}; } } return (); },