openssl: Remove References to OPENSSL_X509_CERT_FILE

This commit is contained in:
William A. Kennington III
2015-05-31 15:50:51 -07:00
parent afa5859716
commit 867d2c5c46
7 changed files with 7 additions and 33 deletions
@@ -5,7 +5,7 @@ diff -ru -x '*~' git-1.9.2-orig/git-send-email.perl git-1.9.2/git-send-email.per
return;
}
+ $smtp_ssl_cert_path //= $ENV{'OPENSSL_X509_CERT_FILE'};
+ $smtp_ssl_cert_path //= $ENV{'SSL_CERT_FILE'};
+
if (!defined $smtp_ssl_cert_path) {
# use the OpenSSL defaults