summaryrefslogtreecommitdiffstats
path: root/src/network/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/configure.json')
-rw-r--r--src/network/configure.json11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/network/configure.json b/src/network/configure.json
index 770921f9a6..2f446becf1 100644
--- a/src/network/configure.json
+++ b/src/network/configure.json
@@ -123,10 +123,10 @@
"use": "network"
},
"openssl11": {
- "label": "OpenSSL v. 1.1 support",
+ "label": "OpenSSL 1.1 support",
"type": "compile",
"test": "unix/openssl11",
- "use": "network"
+ "use": "openssl"
}
},
@@ -190,9 +190,9 @@
"output": [ "publicFeature", "feature" ]
},
"opensslv11": {
- "label": "OpenSSL v. 1.1",
- "condition": "tests.openssl11",
- "output": ["publicFeature", "feature"]
+ "label": "OpenSSL 1.1",
+ "condition": "features.openssl && tests.openssl11",
+ "output": [ "publicFeature" ]
},
"sctp": {
"label": "SCTP",
@@ -307,6 +307,7 @@ For example:
},
"openssl",
"openssl-linked",
+ "opensslv11",
"sctp",
"system-proxies"
]