Also remove mbedTLS threadlock from the makefile

This commit is contained in:
Wyatt O'Day 2025-08-04 07:39:52 -04:00
parent 742a66f88d
commit a2cae739af

View file

@ -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 \