diff options
author | Steve Holme <steve_holme@hotmail.com> | 2012-06-08 19:52:28 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2012-06-08 19:52:28 +0100 |
commit | 0cd8c287a46420768a5b11406638316f859a4873 (patch) | |
tree | 27c0468f313ba521ec4643e3f2ed829f34bca3a9 /lib/pop3.h | |
parent | eeeba1496cbcac7aaffdd9355270d61582e98d3a (diff) | |
download | curl-0cd8c287a46420768a5b11406638316f859a4873.tar.gz |
sasl: Re-factored mechanism constants in preparation for APOP work
Diffstat (limited to 'lib/pop3.h')
-rw-r--r-- | lib/pop3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pop3.h b/lib/pop3.h index ef00231c4..949ac5059 100644 --- a/lib/pop3.h +++ b/lib/pop3.h @@ -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! */ }; |