summaryrefslogtreecommitdiff
path: root/tests/testcurl.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-04-13 18:11:43 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-04-15 09:08:34 +0200
commit7bdec2a08bf025d2f66c168111d47df6b21890d9 (patch)
treec7ebb039e40dbb45559fb4f89532dad7a1ae0c55 /tests/testcurl.pl
parentccaaa534d0dd621a8bbafb4bd96c1472f4a77c59 (diff)
downloadcurl-7bdec2a08bf025d2f66c168111d47df6b21890d9.tar.gz
configure: provide --with-openssl, deprecate --with-ssl
Makes the option more explicit. Closes #6887
Diffstat (limited to 'tests/testcurl.pl')
-rwxr-xr-xtests/testcurl.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testcurl.pl b/tests/testcurl.pl
index 46a93d94a..541ff9d8c 100755
--- a/tests/testcurl.pl
+++ b/tests/testcurl.pl
@@ -6,7 +6,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -306,7 +306,7 @@ if (!$desc) {
if (!$confopts) {
if ($infixed < 4) {
print "please enter your additional arguments to configure\n";
- print "examples: --with-ssl --enable-debug --enable-ipv6 --with-krb4\n";
+ print "examples: --with-openssl --enable-debug --enable-ipv6\n";
$confopts = <>;
chomp $confopts;
}