Fix thinko in previous openssl change
authorAndrew Dunstan
Tue, 6 Jun 2017 00:38:46 +0000 (20:38 -0400)
committerAndrew Dunstan
Tue, 6 Jun 2017 00:40:47 +0000 (20:40 -0400)
src/tools/msvc/Solution.pm

index 856a67f765a6bec9ffe1be891f553863d5438c76..aced772b4a02ca7803042855a55bdd63e1ae9677 100644 (file)
@@ -503,7 +503,7 @@ sub AddProject
    if ($self->{options}->{openssl})
    {
        $proj->AddIncludeDir($self->{options}->{openssl} . '\include');
-       if (-e "$self->{options}->{openssl}/lib/VC/ssleayMD.lib")
+       if (-e "$self->{options}->{openssl}/lib/VC/ssleay32MD.lib")
        {
            $proj->AddLibrary(
                $self->{options}->{openssl} . '\lib\VC\ssleay32.lib', 1);