summarylogtreecommitdiffstats
path: root/sogo-bugfix_4566.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sogo-bugfix_4566.patch')
-rw-r--r--sogo-bugfix_4566.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sogo-bugfix_4566.patch b/sogo-bugfix_4566.patch
index 4286394ca0dc..d699d9fe9159 100644
--- a/sogo-bugfix_4566.patch
+++ b/sogo-bugfix_4566.patch
@@ -10,7 +10,7 @@ diff -Naurp SOGo-4.0.2-orig/UI/MailPartViewers/UIxMailPartSignedViewer.m SOGo-4.
SSL_load_error_strings();
sslError = ERR_reason_error_string(err);
validationMessage = [[self labelForKey: [NSString stringWithUTF8String: sslError ? sslError : "(no error information available)"]] retain];
-+#elseif (OPENSSL_VERSION < 0x01010001f)
++#elseif (OPENSSL_VERSION_NUMBER < 0x10100000L)
+ ERR_load_crypto_strings();
+ SSL_load_error_strings();
+ sslError = ERR_reason_error_string(err);