mirror of https://github.com/FreeRDP/FreeRDP
[crypto,tls] disable linter warning
the argument is #ifdefed, so some configurations produce a warning
This commit is contained in:
parent
0eb0cff367
commit
e37dffaca4
|
@ -840,7 +840,7 @@ static BOOL tls_prepare(rdpTls* tls, BIO* underlying, SSL_METHOD* method, int op
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
static void adjustSslOptions(int* options)
|
||||
static void adjustSslOptions(int* options) // NOLINT(readability-non-const-parameter)
|
||||
{
|
||||
WINPR_ASSERT(options);
|
||||
#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
|
||||
|
|
Loading…
Reference in New Issue