Removed obsolete APPLE preprocessor switch.
This commit is contained in:
parent
eadfff87a6
commit
3b0f5b5b48
@ -589,12 +589,7 @@ out_free:
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
#if defined(__APPLE__)
|
||||
BOOL tls_prepare(rdpTls* tls, BIO* underlying, SSL_METHOD* method, int options, BOOL clientMode)
|
||||
#else
|
||||
BOOL tls_prepare(rdpTls* tls, BIO* underlying, const SSL_METHOD* method, int options, BOOL clientMode)
|
||||
#endif
|
||||
static BOOL tls_prepare(rdpTls* tls, BIO* underlying, const SSL_METHOD* method, int options, BOOL clientMode)
|
||||
{
|
||||
rdpSettings* settings = tls->settings;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user