Skip to content

Commit

Permalink
Fix thinko in previous openssl change
Browse files Browse the repository at this point in the history
  • Loading branch information
adunstan committed Jun 6, 2017
1 parent 307fc49 commit 6da9996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/msvc/Solution.pm
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,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);
Expand Down

0 comments on commit 6da9996

Please sign in to comment.