mirror of
https://github.com/curl/curl.git
synced 2026-04-17 21:11:41 +03:00
pop3: Added missing comment for pop3_state_apop_resp()
This commit is contained in:
parent
651254dcc7
commit
552ba67bb1
1 changed files with 1 additions and 0 deletions
|
|
@ -1098,6 +1098,7 @@ static CURLcode pop3_state_auth_final_resp(struct connectdata *conn,
|
|||
}
|
||||
|
||||
#ifndef CURL_DISABLE_CRYPTO_AUTH
|
||||
/* For APOP responses */
|
||||
static CURLcode pop3_state_apop_resp(struct connectdata *conn, int pop3code,
|
||||
pop3state instate)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue