Skip to content

Commit f0fae65

Browse files
ColtonWilleydouzzer
authored andcommitted
Fix windows warnings
1 parent 98eb6b3 commit f0fae65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ssl_certman.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ int wolfSSL_CertManagerUnloadCAs(WOLFSSL_CERT_MANAGER* cm)
456456
}
457457

458458
static int wolfSSL_CertManagerUnloadIntermediateCertsEx(WOLFSSL_CERT_MANAGER* cm,
459-
int type)
459+
byte type)
460460
{
461461
int ret = WOLFSSL_SUCCESS;
462462

0 commit comments

Comments
 (0)