Fix windows warnings

This commit is contained in:
Colton Willey
2024-10-17 22:42:11 -07:00
committed by Daniel Pouzzner
parent 98eb6b398c
commit f0fae6506f

View File

@ -456,7 +456,7 @@ int wolfSSL_CertManagerUnloadCAs(WOLFSSL_CERT_MANAGER* cm)
}
static int wolfSSL_CertManagerUnloadIntermediateCertsEx(WOLFSSL_CERT_MANAGER* cm,
int type)
byte type)
{
int ret = WOLFSSL_SUCCESS;