mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
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
2 changed files with 0 additions and 1280 deletions
|
@ -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 a new issue