diff options
author | Erik Faye-Lund <kusmabite@googlemail.com> | 2009-10-21 19:04:50 +0200 |
---|---|---|
committer | Johannes Sixt <j6t@kdbg.org> | 2009-10-23 12:47:37 +0200 |
commit | 4192e1cd02365c63f1155fc547e4ef2163050c59 (patch) | |
tree | 3512da386039cb998485536c392713c824035b3f /Makefile | |
parent | mingw: wrap SSL_set_(w|r)fd to call _get_osfhandle (diff) | |
download | tgif-4192e1cd02365c63f1155fc547e4ef2163050c59.tar.xz |
mingw: enable OpenSSL
Since we have OpenSSL in msysgit now, enable it to support SSL
encryption for imap-send.
Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Acked-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -933,7 +933,7 @@ else ifneq (,$(findstring MINGW,$(uname_S))) pathsep = ; NO_PREAD = YesPlease - NO_OPENSSL = YesPlease + NEEDS_CRYPTO_WITH_SSL = YesPlease NO_LIBGEN_H = YesPlease NO_SYMLINK_HEAD = YesPlease NO_IPV6 = YesPlease |