secur32: Remove macOS backend.
GnuTLS has been the default since wine-6.11. Signed-off-by: Gijs Vermeulen <gijsvrm@gmail.com> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
b3cd21c21c
commit
441ef40813
|
@ -3,14 +3,12 @@ IMPORTLIB = secur32
|
|||
IMPORTS = advapi32
|
||||
DELAYIMPORTS = crypt32
|
||||
EXTRAINCL = $(GNUTLS_CFLAGS)
|
||||
EXTRALIBS = $(SECURITY_LIBS) $(PTHREAD_LIBS)
|
||||
|
||||
C_SRCS = \
|
||||
lsa.c \
|
||||
negotiate.c \
|
||||
schannel.c \
|
||||
schannel_gnutls.c \
|
||||
schannel_macosx.c \
|
||||
secur32.c \
|
||||
thunks.c \
|
||||
wrapper.c
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue