On Fri, Feb 12, 2010 at 12:36 PM, Hitoshi Mitake <mitake@xxxxxxxxxxxxxxxxxxxxx> wrote: > + > +static char *cram(const char *challenge_64, const char *user, const char *pass) > +{ > + fprintf(stderr, "If you want to use CRAM-MD5 authenticate method," > + "you have to build git-imap-send with OpenSSL library\n"); > + exit(1); > +} > + Why not use die() here? -- Erik "kusma" Faye-Lund -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html