We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb24bce commit 958b5acCopy full SHA for 958b5ac
1 file changed
tests/api.c
@@ -41247,7 +41247,7 @@ static int test_wolfSSL_X509_bad_altname(void)
41247
X509* x509 = NULL;
41248
int certSize = sizeof(malformed_alt_name_cert) / sizeof(unsigned char);
41249
const char *name = "aaaaa";
41250
- int nameLen = strlen(name);
+ int nameLen = (int)strlen(name);
41251
41252
ExpectNotNull(x509 = wolfSSL_X509_load_certificate_buffer(
41253
malformed_alt_name_cert, certSize, SSL_FILETYPE_ASN1));
0 commit comments