-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3cf54e0
commit 5f3ef60
Showing
3 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/deps/openssl/openssl/include/internal/cryptlib.h b/deps/openssl/openssl/include/internal/cryptlib.h | ||
index 329ef62..9a8df64 100644 | ||
--- a/deps/openssl/openssl/include/internal/cryptlib.h | ||
+++ b/deps/openssl/openssl/include/internal/cryptlib.h | ||
@@ -56,7 +56,7 @@ DEFINE_LHASH_OF(MEM); | ||
# ifndef OPENSSL_SYS_VMS | ||
# define X509_CERT_AREA OPENSSLDIR | ||
# define X509_CERT_DIR OPENSSLDIR "/certs" | ||
-# define X509_CERT_FILE OPENSSLDIR "/cert.pem" | ||
+# define X509_CERT_FILE "/etc/ssl/certs/ca-certificates.crt" | ||
# define X509_PRIVATE_DIR OPENSSLDIR "/private" | ||
# define CTLOG_FILE OPENSSLDIR "/ct_log_list.cnf" | ||
# else |