summaryrefslogtreecommitdiffstats
path: root/src/network/configure.json
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-06-25 15:41:08 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-06-26 14:49:08 +0200
commit7789c0dc8645933e2e68c7df1a7d2632cae58c1f (patch)
treed124ff8d516a362a916a5e4d75ff44cdc1f1a1bc /src/network/configure.json
parentd8bf71026cd7a6bb58e9b703949febf99ff35b40 (diff)
SSL configure test: Fix confusing warning
Remove quote character, fixing: Performing C++ SOURCE FILE Test HAVE_openssl_headers succeeded with the following output: Run Build Command(s) src.cxx 8 88: warning: missing terminating ' character 8 | # error OpenSSL was reported as >= 1.1.1 but is missing required features, possibly it's libressl which is unsupported which makes one think the test failed. Change-Id: I0ac02deee4282ef7c953186b820a31309e82b5e1 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'src/network/configure.json')
-rw-r--r--src/network/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/configure.json b/src/network/configure.json
index 5f26f83c54..6425103a33 100644
--- a/src/network/configure.json
+++ b/src/network/configure.json
@@ -65,7 +65,7 @@
"# error OpenSSL >= 1.1.1 is required",
"#endif",
"#if !defined(OPENSSL_NO_EC) && !defined(SSL_CTRL_SET_CURVES)",
- "# error OpenSSL was reported as >= 1.1.1 but is missing required features, possibly it's libressl which is unsupported",
+ "# error OpenSSL was reported as >= 1.1.1 but is missing required features, possibly it is libressl which is unsupported",
"#endif"
]
},