From a2cae739af74fac882fa2f2a20ca9cb37854c702 Mon Sep 17 00:00:00 2001 From: Wyatt O'Day Date: Mon, 4 Aug 2025 07:39:52 -0400 Subject: [PATCH] Also remove mbedTLS threadlock from the makefile --- lib/Makefile.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Makefile.inc b/lib/Makefile.inc index 524fdcc53d..a9680c8015 100644 --- a/lib/Makefile.inc +++ b/lib/Makefile.inc @@ -80,7 +80,6 @@ LIB_VTLS_CFILES = \ vtls/hostcheck.c \ vtls/keylog.c \ vtls/mbedtls.c \ - vtls/mbedtls_threadlock.c \ vtls/openssl.c \ vtls/rustls.c \ vtls/schannel.c \ @@ -97,7 +96,6 @@ LIB_VTLS_HFILES = \ vtls/hostcheck.h \ vtls/keylog.h \ vtls/mbedtls.h \ - vtls/mbedtls_threadlock.h \ vtls/openssl.h \ vtls/rustls.h \ vtls/schannel.h \