Re: [PATCH v2] imap-send: use Apple's Security framework for base64 encoding

2013-07-30 Thread David Aguilar
On Tue, Jul 30, 2013 at 8:54 AM, Junio C Hamano wrote: > David Aguilar writes: > >> From: Jeremy Huddleston >> >> Use Apple's supported functions for base64 encoding instead >> of the deprecated OpenSSL functions. >> >> Signed-off-by: Jeremy Huddleston >> Signed-off-by: David Aguilar >> --- >>

Re: [PATCH v2] imap-send: use Apple's Security framework for base64 encoding

2013-07-30 Thread Junio C Hamano
David Aguilar writes: > From: Jeremy Huddleston > > Use Apple's supported functions for base64 encoding instead > of the deprecated OpenSSL functions. > > Signed-off-by: Jeremy Huddleston > Signed-off-by: David Aguilar > --- > This version moves the tricky #ifdefs into git-compat-util.h Nice.

[PATCH v2] imap-send: use Apple's Security framework for base64 encoding

2013-07-29 Thread David Aguilar
From: Jeremy Huddleston Use Apple's supported functions for base64 encoding instead of the deprecated OpenSSL functions. Signed-off-by: Jeremy Huddleston Signed-off-by: David Aguilar --- This version moves the tricky #ifdefs into git-compat-util.h Makefile | 1 + git-compat-util.h