summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-05-03 16:58:00 +0200
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2018-12-17 21:30:10 +0000
commitc15afc16ac0d71f1b61ad6154df3a7994e18cc26 (patch)
tree9619c2e9dfb10e993619d7902565786ba963e293 /src
parentc07ab93c204c134509032d7c3d50f31ee913c57c (diff)
configure: remove openssl placeholder source
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 <timur.pocheptsov@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/network/configure.json7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/network/configure.json b/src/network/configure.json
index 4e4426342f..076a1c24a7 100644
--- a/src/network/configure.json
+++ b/src/network/configure.json
@@ -67,13 +67,8 @@
"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",