]> granicus.if.org Git - postgresql/commitdiff
Fix thinko in previous openssl change
authorAndrew Dunstan <andrew@dunslane.net>
Tue, 6 Jun 2017 00:38:46 +0000 (20:38 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Tue, 6 Jun 2017 00:39:53 +0000 (20:39 -0400)
src/tools/msvc/Solution.pm

index 8191a40ea5052edb81ed4c53c2f4c6c38556cafd..c155c5f3ca1d183474f6138f0076fd18e1b4a7bd 100644 (file)
@@ -523,7 +523,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);