]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
imap-send: use Apple's Security framework for base64 encoding
authorJeremy Huddleston <jeremyhu@apple.com>
Tue, 30 Jul 2013 01:28:30 +0000 (18:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jul 2013 15:53:24 +0000 (08:53 -0700)
commit3ef2bcad02efd6219f4ce599754c15e63b6af0dc
tree3f32ae410a875c7e3c07558cd0307da1cdbd108f
parentbe4c828b761a7c65edcff75b008051b6d027e64a
imap-send: use Apple's Security framework for base64 encoding

Use Apple's supported functions for base64 encoding instead
of the deprecated OpenSSL functions.

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
compat/apple-common-crypto.h [new file with mode: 0644]
git-compat-util.h
imap-send.c