mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:51:53 +03:00
sasl: Re-factored mechanism constants in preparation for APOP work
This commit is contained in:
parent
eeeba1496c
commit
0cd8c287a4
6 changed files with 46 additions and 46 deletions
|
|
@ -57,7 +57,7 @@ struct pop3_conn {
|
|||
have been received so far */
|
||||
size_t strip; /* Number of bytes from the start to ignore as
|
||||
non-body */
|
||||
unsigned int authmechs; /* Accepted authentication methods */
|
||||
unsigned int authmechs; /* Accepted SASL authentication mechanisms */
|
||||
unsigned int authused; /* Authentication method used for the connection */
|
||||
pop3state state; /* Always use pop3.c:state() to change state! */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue