projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3ca4b4
)
Fix thinko in previous openssl change
author
Andrew Dunstan
Tue, 6 Jun 2017 00:38:46 +0000
(20:38 -0400)
committer
Andrew Dunstan
Tue, 6 Jun 2017 00:39:53 +0000
(20:39 -0400)
src/tools/msvc/Solution.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/Solution.pm
b/src/tools/msvc/Solution.pm
index 8191a40ea5052edb81ed4c53c2f4c6c38556cafd..c155c5f3ca1d183474f6138f0076fd18e1b4a7bd 100644
(file)
--- a/
src/tools/msvc/Solution.pm
+++ b/
src/tools/msvc/Solution.pm
@@
-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/ssleay
32
MD.lib")
{
$proj->AddLibrary(
$self->{options}->{openssl} . '\lib\VC\ssleay32.lib', 1);