aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libtest/mk-lib1521.pl
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-07-19 05:27:28 -0700
committerHaibo Huang <hhb@google.com>2019-07-22 13:18:34 -0700
commit001784b071fc925ef98eac6246f420b0456bd397 (patch)
treed8d0d370de5357687e5487027132a2383a14e33d /tests/libtest/mk-lib1521.pl
parentd5e53273ed1a56c1a117b66800d95820d5fc21f5 (diff)
downloadexternal_curl-001784b071fc925ef98eac6246f420b0456bd397.tar.gz
external_curl-001784b071fc925ef98eac6246f420b0456bd397.tar.bz2
external_curl-001784b071fc925ef98eac6246f420b0456bd397.zip
Upgrade curl to curl-7_65_3
Test: None Change-Id: Id2c4077eb08e9bf283fe809faca1444371cf4434
Diffstat (limited to 'tests/libtest/mk-lib1521.pl')
-rwxr-xr-xtests/libtest/mk-lib1521.pl16
1 files changed, 4 insertions, 12 deletions
diff --git a/tests/libtest/mk-lib1521.pl b/tests/libtest/mk-lib1521.pl
index fb1401a5..f4add1a0 100755
--- a/tests/libtest/mk-lib1521.pl
+++ b/tests/libtest/mk-lib1521.pl
@@ -6,7 +6,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2017 - 2019, 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
@@ -205,17 +205,6 @@ while(<STDIN>) {
print " (void)curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, 0);\n";
print "${pref} stringpointerextra);\n$check";
}
- elsif(($name eq "HTTPHEADER") ||
- ($name eq "POSTQUOTE") ||
- ($name eq "PREQUOTE") ||
- ($name eq "HTTP200ALIASES") ||
- ($name eq "TELNETOPTIONS") ||
- ($name eq "MAIL_RCPT") ||
- ($name eq "RESOLVE") ||
- ($name eq "PROXYHEADER") ||
- ($name eq "QUOTE")) {
- print "${pref} slist);\n$check";
- }
elsif($name eq "HTTPPOST") {
print "${pref} httppost);\n$check";
}
@@ -230,6 +219,9 @@ while(<STDIN>) {
}
print "${pref} NULL);\n$check";
}
+ elsif($type eq "SLISTPOINT") {
+ print "${pref} slist);\n$check";
+ }
elsif($type eq "FUNCTIONPOINT") {
if($name =~ /([^ ]*)FUNCTION/) {
my $l=lc($1);