Thread (34 messages) flat view 34 messages, 6 authors, 2016-08-13

Re: [PATCH v4 1/2] git-imap-send: Add CRAM-MD5 authenticate method support

From: Hitoshi Mitake <hidden>
Date: 2016-06-15 22:48:14

Possibly related (same subject, not in this thread)

On 2010年02月12日 21:41, Erik Faye-Lund wrote:
On Fri, Feb 12, 2010 at 12:36 PM, Hitoshi Mitake
[off-list ref]  wrote:
quoted
+
+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?
Ah, die() is the most adequate function for this case, thanks!
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help