Fix typo #elseif introduced in c8f7df402c.

This commit is contained in:
Jordi Mallach
2018-10-18 02:23:53 +02:00
parent 5de5e9e068
commit c4c7cf1742
+1 -1
View File
@@ -174,7 +174,7 @@
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_NUMBER < 0x10100000L
#elif OPENSSL_VERSION_NUMBER < 0x10100000L
const char* sslError;
ERR_load_crypto_strings();
SSL_load_error_strings();