summaryrefslogtreecommitdiff
path: root/cups/http.h
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-09-14 13:02:53 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-09-14 13:02:53 -0400
commit16f67389a8533e9572149189a1340b737fe98a20 (patch)
tree721d34b4a273a29a6c78a95beddcd749496a3ba7 /cups/http.h
parent80f5715924d86c6da0aba6474b0d8c78c19a7be2 (diff)
downloadcups-16f67389a8533e9572149189a1340b737fe98a20.tar.gz
More Digest authentication fixes/improvements.
Diffstat (limited to 'cups/http.h')
-rw-r--r--cups/http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cups/http.h b/cups/http.h
index 50083cb0d..67373e510 100644
--- a/cups/http.h
+++ b/cups/http.h
@@ -176,6 +176,7 @@ typedef enum http_field_e /**** HTTP field names ****/
HTTP_FIELD_ACCEPT_ENCODING, /* Accepting-Encoding field @since CUPS 1.7/macOS 10.9@ */
HTTP_FIELD_ALLOW, /* Allow field @since CUPS 1.7/macOS 10.9@ */
HTTP_FIELD_SERVER, /* Server field @since CUPS 1.7/macOS 10.9@ */
+ HTTP_FIELD_AUTHENTICATION_INFO, /* Authentication-Info field (@since CUPS 2.2.9) */
HTTP_FIELD_MAX /* Maximum field index */
} http_field_t;