[crypto,tls] disable linter warning

the argument is #ifdefed, so some configurations produce a warning
This commit is contained in:
akallabeth 2024-09-04 11:26:13 +02:00
parent 0eb0cff367
commit e37dffaca4
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5
1 changed files with 1 additions and 1 deletions

View File

@ -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)