Merge pull request #244 from jmallach/master

Fix typo #elseif introduced in c8f7df4.
This commit is contained in:
Francis Lachapelle
2018-10-19 12:05:13 -04:00
committed by GitHub

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();