]> git.pld-linux.org Git - packages/openssl.git/commitdiff
- use /usr/share/ssl/ca-bundle.crt in default configuration
authorkloczek <kloczek@pld-linux.org>
Sun, 17 Mar 2002 09:33:06 +0000 (09:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (patch by Wojtek Ćšlusarczyk).

Changed files:
    openssl-globalCA.diff -> 1.1

openssl-globalCA.diff [new file with mode: 0644]

diff --git a/openssl-globalCA.diff b/openssl-globalCA.diff
new file mode 100644 (file)
index 0000000..81804d5
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur openssl-0.9.6b/crypto/cryptlib.h openssl-0.9.6b-new/crypto/cryptlib.h
+--- openssl-0.9.6b/crypto/cryptlib.h   Tue May  2 14:35:04 2000
++++ openssl-0.9.6b-new/crypto/cryptlib.h       Sat Mar 16 12:27:30 2002
+@@ -77,7 +77,7 @@
+ #ifndef VMS
+ #define X509_CERT_AREA                OPENSSLDIR
+ #define X509_CERT_DIR         OPENSSLDIR "/certs"
+-#define X509_CERT_FILE                OPENSSLDIR "/cert.pem"
++#define X509_CERT_FILE                "/usr/share/ssl/ca-bundle.crt"
+ #define X509_PRIVATE_DIR      OPENSSLDIR "/private"
+ #else
+ #define X509_CERT_AREA                "SSLROOT:[000000]"
This page took 0.141705 seconds and 4 git commands to generate.