mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 04:34:41 +02:00
addressed review comments
This commit is contained in:
@@ -47179,8 +47179,7 @@ WOLF_STACK_OF(WOLFSSL_CIPHER) *wolfSSL_get_ciphers_compat(const WOLFSSL *ssl)
|
||||
int i;
|
||||
#if defined(OPENSSL_ALL) || defined(WOLFSSL_QT)
|
||||
int j;
|
||||
#endif
|
||||
#if defined(WOLFSSL_QT)
|
||||
|
||||
/* higher priority of cipher suite will be on top of stack */
|
||||
for (i = suites->suiteSz - 2; i >=0; i-=2) {
|
||||
#else
|
||||
|
Reference in New Issue
Block a user