Merge branch 'ky/imap-send-openssl-1.1.0'
authorJunio C Hamano <gitster@pobox.com>
Fri, 22 Apr 2016 22:45:08 +0000 (15:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 Apr 2016 22:45:08 +0000 (15:45 -0700)
commit33e4ec89d9aeb5f1f828fcefba8c930f4cfa0da0
tree85c17e2b5badc051c4a786d860ecd49d3be1edc2
parent886c76d0215ce503a5370bfcbe84dccead41fee0
parent1245c74936d5803415306ade3c5050614a26af4e
Merge branch 'ky/imap-send-openssl-1.1.0'

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