summarylogtreecommitdiffstats
path: root/SSLeay_OpenSSL.diff
diff options
context:
space:
mode:
Diffstat (limited to 'SSLeay_OpenSSL.diff')
-rw-r--r--SSLeay_OpenSSL.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/SSLeay_OpenSSL.diff b/SSLeay_OpenSSL.diff
deleted file mode 100644
index ee55ddb80b2a..000000000000
--- a/SSLeay_OpenSSL.diff
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/transipclient-2.2.4/src/3rdparty/certificates/p12topem.cpp
-+++ b/transipclient-2.2.4/src/3rdparty/certificates/p12topem.cpp
-@@ -65,7 +65,7 @@ resultP12ToPem p12ToPem(string p12File,
- ret.PrivateKey = "";
- ret.Certificate = "";
-
-- SSLeay_add_all_algorithms();
-+ OpenSSL_add_all_algorithms();
- ERR_load_crypto_strings();
- if(!(fp = fopen(p12File.c_str(), "rb"))) {
- ret.ErrorCode = 1;
-