forked from pool/openssl
16 lines
625 B
Diff
16 lines
625 B
Diff
|
Don't use the legacy /etc/ssl/certs directory anymore but rather the
|
||
|
p11-kit generated /var/lib/ca-certificates/openssl one (fate#314991)
|
||
|
Index: openssl-1.0.1e/crypto/cryptlib.h
|
||
|
===================================================================
|
||
|
--- openssl-1.0.1e.orig/crypto/cryptlib.h
|
||
|
+++ openssl-1.0.1e/crypto/cryptlib.h
|
||
|
@@ -81,7 +81,7 @@ extern "C" {
|
||
|
|
||
|
#ifndef OPENSSL_SYS_VMS
|
||
|
#define X509_CERT_AREA OPENSSLDIR
|
||
|
-#define X509_CERT_DIR OPENSSLDIR "/certs"
|
||
|
+#define X509_CERT_DIR "/var/lib/ca-certificates/openssl"
|
||
|
#define X509_CERT_FILE OPENSSLDIR "/cert.pem"
|
||
|
#define X509_PRIVATE_DIR OPENSSLDIR "/private"
|
||
|
#else
|