summaryrefslogtreecommitdiff
path: root/packages/OS400/chkstrings.c
diff options
context:
space:
mode:
Diffstat (limited to 'packages/OS400/chkstrings.c')
-rw-r--r--packages/OS400/chkstrings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/OS400/chkstrings.c b/packages/OS400/chkstrings.c
index caa0ecab5..919a856dd 100644
--- a/packages/OS400/chkstrings.c
+++ b/packages/OS400/chkstrings.c
@@ -5,7 +5,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
@@ -36,7 +36,7 @@
* values can be updated to match the latest enum values in urldata.h.
*/
#define EXPECTED_STRING_LASTZEROTERMINATED (STRING_SSL_EC_CURVES + 1)
-#define EXPECTED_STRING_LAST (STRING_COPYPOSTFIELDS + 1)
+#define EXPECTED_STRING_LAST (STRING_AWS_SIGV4 + 1)
int main(int argc, char *argv[])
{