sasl: Re-factored mechanism constants in preparation for APOP work

This commit is contained in:
Steve Holme 2012-06-08 19:52:28 +01:00
parent eeeba1496c
commit 0cd8c287a4
6 changed files with 46 additions and 46 deletions

View file

@ -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! */
};