diff options
author | Gökhan Şengün <gsengun@linux-5d7d.site> | 2012-03-30 23:50:56 +0300 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2012-03-31 22:31:19 +0100 |
commit | 7a2647e16237a2771f564d432d96a6f198a0eeb5 (patch) | |
tree | e3ad5d155869040c6fc077f58c238271bd58c8f9 /lib/smtp.h | |
parent | 9bae9ddad91398c3e1f241523d35b823557898ef (diff) | |
download | curl-7a2647e16237a2771f564d432d96a6f198a0eeb5.tar.gz |
smtp: Add support for DIGEST-MD5 authentication
Diffstat (limited to 'lib/smtp.h')
-rw-r--r-- | lib/smtp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/smtp.h b/lib/smtp.h index 8164037db..502f65cbe 100644 --- a/lib/smtp.h +++ b/lib/smtp.h @@ -40,6 +40,8 @@ typedef enum { SMTP_AUTHLOGIN, SMTP_AUTHPASSWD, SMTP_AUTHCRAMMD5, + SMTP_AUTHDIGESTMD5, + SMTP_AUTHDIGESTMD5_RESP, SMTP_AUTHNTLM, SMTP_AUTHNTLM_TYPE2MSG, SMTP_AUTH, |