]> git.ipfire.org Git - thirdparty/curl.git/commit
urldata: make three *_proto struct fields smaller
authorDaniel Stenberg <daniel@haxx.se>
Mon, 8 Aug 2022 11:16:52 +0000 (13:16 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Aug 2022 12:30:25 +0000 (14:30 +0200)
commita55083102348655987d6396c68dfb6a657893829
treecedf0f5fe59a5761c0a411a39340545a8792863a
parent0f23341953d1000ef55949519fa58d5f00759bbb
urldata: make three *_proto struct fields smaller

Use 'unsigned char' for storage instead of the enum, for three GSSAPI
related fields in the connectdata struct.

Closes #9278
lib/urldata.h