Skip to content

Commit

Permalink
configure: remove openssl placeholder source
Browse files Browse the repository at this point in the history
there is no particular reason to exclude static builds from the default.
misses are cheap now, so it's fine if nothing is found.
this affects only the legacy pre-1.1 library names under windows.

Change-Id: I998b9f7bfcce42ec990a236bb44372c4d6b3f631
Reviewed-by: Timur Pocheptsov <[email protected]>
  • Loading branch information
ossilator committed Dec 17, 2018
1 parent c07ab93 commit c15afc1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/network/configure.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,9 @@
"test": "openssl",
"sources": [
{ "type": "openssl" },
{
"comment": "placeholder for OPENSSL_{PATH,LIBS{,_{DEBUG,RELEASE}}}",
"libs": "",
"condition": "config.win32 && !features.shared"
},
{
"libs": "-lssleay32 -llibeay32",
"condition": "config.win32 && features.shared"
"condition": "config.win32"
},
{
"libs": "-llibssl -llibcrypto",
Expand Down

0 comments on commit c15afc1

Please sign in to comment.