aboutsummaryrefslogtreecommitdiff
path: root/lib/pop3.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pop3.h')
-rw-r--r--lib/pop3.h3
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;