Merge branch 'rk/send-email-ssl-cert'
commitde20e4472157d0ed53bdc6374185a2ce3c7c9f3d
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Jan 2014 18:44:34 +0000 (27 10:44 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Jan 2014 18:44:34 +0000 (27 10:44 -0800)
tree365e5ad12a64158b356b58418ffdb55edb70931e
parenta0f4525ae088eab15bf5ea2551df5ce2b20d28c4
parent01645b749376b7026276112d69d5b9c22b000ee4
Merge branch 'rk/send-email-ssl-cert'

The "if /etc/ssl/certs/ directory exists, explicitly telling the
library to use it as SSL_ca_path" blind-defaulting in "git
send-email" broke platforms where /etc/ssl/certs/ directory exists,
but it cannot used as SSL_ca_path (e.g. Fedora rawhide).  Fix it by
not specifying any SSL_ca_path/SSL_ca_file but still asking for peer
verification in such a case.

* rk/send-email-ssl-cert:
  send-email: /etc/ssl/certs/ directory may not be usable as ca_path
git-send-email.perl