]> git.pld-linux.org Git - packages/openssl.git/blob - openssl-globalCA.diff
up to 1.0.1m
[packages/openssl.git] / openssl-globalCA.diff
1 --- openssl-1.0.1m/crypto/cryptlib.h~   2015-03-19 15:19:00.000000000 +0200
2 +++ openssl-1.0.1m/crypto/cryptlib.h    2015-03-20 13:38:22.424888553 +0200
3 @@ -82,7 +82,7 @@
4  # ifndef OPENSSL_SYS_VMS
5  #  define X509_CERT_AREA          OPENSSLDIR
6  #  define X509_CERT_DIR           OPENSSLDIR "/certs"
7 -#  define X509_CERT_FILE          OPENSSLDIR "/cert.pem"
8 +#  define X509_CERT_FILE          "/etc/certs/ca-certificates.crt"
9  #  define X509_PRIVATE_DIR        OPENSSLDIR "/private"
10  # else
11  #  define X509_CERT_AREA          "SSLROOT:[000000]"
This page took 0.028564 seconds and 3 git commands to generate.