/[imapfilter]/imapfilter/auth.c
ViewVC logotype

Diff of /imapfilter/auth.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by lefcha, Sun Jul 27 17:39:45 2003 UTC revision 1.3 by lefcha, Thu Jul 31 15:53:19 2003 UTC
# Line 14  Line 14 
14   * "CRAM-MD5".   * "CRAM-MD5".
15   */   */
16  int  int
17  imf_cram_md5(conn_t * conn, char *user, char *pass)  auth_cram_md5(conn_t * conn, char *user, char *pass)
18  {  {
19          int i, n;          int i, n;
20          unsigned int t;          unsigned int t;
# Line 64  imf_cram_md5(conn_t * conn, char *user, Line 64  imf_cram_md5(conn_t * conn, char *user,
64          }          }
65          return authenticate_response(conn, t, NULL);          return authenticate_response(conn, t, NULL);
66  }  }
   
67  #endif                          /* CRAM_MD5 */  #endif                          /* CRAM_MD5 */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26