diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-01-26 15:06:44 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-01-26 15:06:44 +0000 |
commit | 73fae581323b617855d1187298c5bb8476ed1135 (patch) | |
tree | f8c03298092c7b53ab1bf449d8f3e066ddc3516f /lib/pop3.h | |
parent | 44cf225f7a260d781e9d08bfadcefd08d6c5cf79 (diff) | |
download | curl-73fae581323b617855d1187298c5bb8476ed1135.tar.gz |
email: Updated comment regarding ssldone usage
Updated the ssldone comment as multi mode is always used internally now.
Diffstat (limited to 'lib/pop3.h')
-rw-r--r-- | lib/pop3.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/pop3.h b/lib/pop3.h index a07236c40..b9d7bd4e6 100644 --- a/lib/pop3.h +++ b/lib/pop3.h @@ -65,8 +65,7 @@ struct pop3_conn { unsigned int authused; /* SASL auth mechanism used for the connection */ char *apoptimestamp; /* APOP timestamp from the server greeting */ pop3state state; /* Always use pop3.c:state() to change state! */ - bool ssldone; /* Is connect() over SSL done? Only relevant in - multi mode */ + bool ssldone; /* Is connect() over SSL done? */ }; extern const struct Curl_handler Curl_handler_pop3; |