Merge branch 'ky/imap-send-openssl-1.1.0' into maint
commita0c9cf51c0ba6ca30f7325bc035200010f2c50f7
authorJunio C Hamano <gitster@pobox.com>
Fri, 6 May 2016 21:53:24 +0000 (6 14:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 May 2016 21:53:24 +0000 (6 14:53 -0700)
treebf0c43cc8490b45e7cd753f1ec1254265f9506ff
parent8854ded7af794c10cc68957dbdd4c636811b97fa
parent1245c74936d5803415306ade3c5050614a26af4e
Merge branch 'ky/imap-send-openssl-1.1.0' into maint

Upcoming OpenSSL 1.1.0 will break compilation b updating a few APIs
we use in imap-send, which has been adjusted for the change.

* ky/imap-send-openssl-1.1.0:
  configure: remove checking for HMAC_CTX_cleanup
  imap-send: avoid deprecated TLSv1_method()
  imap-send: check NULL return of SSL_CTX_new()
  imap-send: use HMAC() function provided by OpenSSL
Makefile
configure.ac
git-compat-util.h
imap-send.c