mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
fix fenkins failure
This commit is contained in:
@ -25201,7 +25201,7 @@ int wolfSSL_X509_VERIFY_PARAM_set1_ip(WOLFSSL_X509_VERIFY_PARAM* param,
|
|||||||
char* p = NULL;
|
char* p = NULL;
|
||||||
word32 val = 0;
|
word32 val = 0;
|
||||||
int i;
|
int i;
|
||||||
const int max_ipv6_len = 40;
|
const size_t max_ipv6_len = 40;
|
||||||
byte write_zero = 0;
|
byte write_zero = 0;
|
||||||
|
|
||||||
/* sanity check */
|
/* sanity check */
|
||||||
|
Reference in New Issue
Block a user