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
-2
View File
@@ -66,8 +66,6 @@ in
environment.sessionVariables =
{ SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt";
# FIXME: unneeded - remove eventually.
OPENSSL_X509_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt";
# FIXME: unneeded - remove eventually.
GIT_SSL_CAINFO = "/etc/ssl/certs/ca-certificates.crt";
};