]> git.ipfire.org Git - thirdparty/curl.git/commit
sasl: use 'unsigned short' to store mechanism
authorDaniel Stenberg <daniel@haxx.se>
Tue, 11 May 2021 09:11:40 +0000 (11:11 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 11 May 2021 22:16:52 +0000 (00:16 +0200)
commita9bc819c89cae273bacc375ebcd71debbfaa79fe
tree078c6dd10c716c5d0b48497f1a162e7d861c7ddc
parentfa050ffd27524074660d0614d14e7dfd022c893b
sasl: use 'unsigned short' to store mechanism

... saves a few bytes of struct size in memory and it only uses
10 bits anyway.

Closes #7045
lib/curl_sasl.c
lib/curl_sasl.h
lib/imap.c
lib/pop3.c
lib/smtp.c