openssl-1.1 new package

This commit is contained in:
Rmys
2024-12-18 12:15:26 +03:00
parent 6dc2ed66ce
commit d185a754a6
27 changed files with 1873 additions and 20 deletions
@@ -0,0 +1,12 @@
diff -ruN openssl-1.0.2.orig/crypto/cryptlib.h openssl-1.0.2/crypto/cryptlib.h
--- openssl-1.0.2.orig/crypto/cryptlib.h 2015-01-22 15:58:32.000000000 +0100
+++ openssl-1.0.2/crypto/cryptlib.h 2015-01-27 15:48:31.239123780 +0100
@@ -82,7 +82,7 @@
# 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/pki/tls/certs/ca-bundle.crt"
# define X509_PRIVATE_DIR OPENSSLDIR "/private"
# else
# define X509_CERT_AREA "SSLROOT:[000000]"