summarylogtreecommitdiffstats
path: root/ssl_load_error.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ssl_load_error.patch')
-rw-r--r--ssl_load_error.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/ssl_load_error.patch b/ssl_load_error.patch
deleted file mode 100644
index c56cce845911..000000000000
--- a/ssl_load_error.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- sogo-SOGo-4.0.2/UI/MailPartViewers/UIxMailPartSignedViewer.m 2018-08-24 15:01:47.000000000 +0200
-+++ sogo-SOGo-4.0.1/UI/MailPartViewers/UIxMailPartSignedViewer.m 2018-07-10 15:51:12.000000000 +0200
-@@ -170,9 +170,8 @@
- if (err)
- {
- ERR_load_crypto_strings();
-- SSL_load_error_strings();
- sslError = ERR_reason_error_string(err);
-- validationMessage = [[self labelForKey: [NSString stringWithUTF8String: sslError ? sslError : "(no error information available)"]] retain];
-+ validationMessage = [[self labelForKey: [NSString stringWithUTF8String: sslError]] retain];
- }
- }
-