From f0fae6506f1e2e1671b9575d533928dd663e79d7 Mon Sep 17 00:00:00 2001 From: Colton Willey Date: Thu, 17 Oct 2024 22:42:11 -0700 Subject: [PATCH] Fix windows warnings --- src/ssl_certman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ssl_certman.c b/src/ssl_certman.c index 700216c55..cb5233317 100644 --- a/src/ssl_certman.c +++ b/src/ssl_certman.c @@ -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;